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():