mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-12 05:40:58 +00:00
feat: 加载usage时输出
This commit is contained in:
@@ -97,3 +97,4 @@ class KeysManager:
|
|||||||
def load_usage(self):
|
def load_usage(self):
|
||||||
self.usage = pkg.database.manager.get_inst().load_api_key_usage()
|
self.usage = pkg.database.manager.get_inst().load_api_key_usage()
|
||||||
logging.debug("load usage:" + str(self.usage))
|
logging.debug("load usage:" + str(self.usage))
|
||||||
|
print("load usage:" + str(self.usage))
|
||||||
|
|||||||
Reference in New Issue
Block a user