From df272f60f72abb553c6139b342d77a63942661be Mon Sep 17 00:00:00 2001 From: purerosefallen <78877@qq.com> Date: Sun, 21 Jul 2019 11:30:18 +0800 Subject: [PATCH] change url --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7161c58..a1caf7b 100644 --- a/app.py +++ b/app.py @@ -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():