Spaces:
Runtime error
Runtime error
imperialwool
commited on
Commit
•
e0c43c0
1
Parent(s):
78eef42
b87 (fixed duration in ytApi.getPreview)
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from routes import *
|
|
8 |
|
9 |
#initing
|
10 |
app = Flask(__name__)
|
11 |
-
VERSION = '1.0
|
12 |
app.config['JSON_AS_ASCII'] = False
|
13 |
limiter = Limiter(app=app, key_func=get_remote_address, default_limits=["5/minute"], storage_uri="memory://",)
|
14 |
|
|
|
8 |
|
9 |
#initing
|
10 |
app = Flask(__name__)
|
11 |
+
VERSION = '1.0 build87'
|
12 |
app.config['JSON_AS_ASCII'] = False
|
13 |
limiter = Limiter(app=app, key_func=get_remote_address, default_limits=["5/minute"], storage_uri="memory://",)
|
14 |
|