feat: wrap the db object around baza, which will provide helper methods
also adds the list of tracked sportsmen
This commit is contained in:
@@ -84,7 +84,7 @@ def getConfig(configfile):
|
||||
|
||||
def setupDb(app, config):
|
||||
global db
|
||||
db = lewy_db.initDB(app, config)
|
||||
db = lewy_db.baza(app, config)
|
||||
return db
|
||||
|
||||
def getDb():
|
||||
|
||||
Reference in New Issue
Block a user