update
This commit is contained in:
parent
1a0048ec15
commit
90762159a7
@ -23,6 +23,8 @@ class Handler(metaclass=ABCMeta):
|
||||
self.secret_token = Handler.game_config[appid].get('secret_token', '')
|
||||
self._nt = arrow.now(tz=Handler.game_config[appid].get('timezone', 'local')).timestamp
|
||||
|
||||
print(Handler.game_config)
|
||||
|
||||
@classmethod
|
||||
def _init_mdb(cls, dbname):
|
||||
if not cls.g_mdb:
|
||||
|
Loading…
Reference in New Issue
Block a user