This commit is contained in:
codl 2017-08-09 14:27:39 +02:00
parent 2f73ec3827
commit 5ed78d5813
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from app import app, db, sentry
import tasks
from zipfile import BadZipFile
from twitter import TwitterError
from urllib.error import URLError
import version
@app.before_request