优化 gui 不急

This commit is contained in:
yml2213
2026-06-22 10:10:51 +08:00
parent 220fcd4052
commit 66b03a7d89
8 changed files with 1087 additions and 153 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ def main():
# 启动GUI
if args.gui:
from gui import DouyuLoginApp
app = DouyuLoginApp(config_path=args.config)
app = DouyuLoginApp()
app.run()
return