mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Merge pull request #92 from FoxxMD/apiKeysLoadOrder
Load api keys before building database for api accessibility
This commit is contained in:
commit
975e57ea46
@ -707,8 +707,8 @@ def start_db():
|
|||||||
log("Starting database...")
|
log("Starting database...")
|
||||||
global lastsync
|
global lastsync
|
||||||
lastsync = int(datetime.datetime.now(tz=datetime.timezone.utc).timestamp())
|
lastsync = int(datetime.datetime.now(tz=datetime.timezone.utc).timestamp())
|
||||||
build_db()
|
|
||||||
loadAPIkeys()
|
loadAPIkeys()
|
||||||
|
build_db()
|
||||||
#run(dbserver, host='::', port=PORT, server='waitress')
|
#run(dbserver, host='::', port=PORT, server='waitress')
|
||||||
log("Database reachable!")
|
log("Database reachable!")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user