2
0
mirror of https://github.com/codl/forget synced 2025-01-07 12:52:34 +01:00
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

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