change url
This commit is contained in:
parent
d5cf8c8804
commit
df272f60f7
2
app.py
2
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():
|
||||
|
Loading…
Reference in New Issue
Block a user