mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-07 22:36:02 +00:00
refactor: 基本启动流程
This commit is contained in:
@@ -17,7 +17,7 @@ class DatabaseManager:
|
||||
conn = None
|
||||
cursor = None
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
self.reconnect()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user