change url

This commit is contained in:
purerosefallen 2019-07-21 11:30:18 +08:00
parent d5cf8c8804
commit df272f60f7
No known key found for this signature in database
GPG Key ID: E6D78C90943A3185

2
app.py
View File

@ -18,7 +18,7 @@ except RuntimeError:
app.cache = Cache(app, config={'CACHE_TYPE': 'filesystem', 'CACHE_DIR': tempfile.gettempdir()})
DATABASE = 'taiko.db'
DEFAULT_URL = 'https://github.com/bui/taiko-web/'
DEFAULT_URL = 'https://github.com/purerosefallen/taiko-web-another/'
def get_db():