fix: 修复语法错误和导入问题

This commit is contained in:
2026-04-11 12:32:23 +08:00
parent b228283133
commit d3236413f3
5 changed files with 5 additions and 6 deletions

View File

@@ -201,4 +201,8 @@ class MatrixBot:
await self.client.close()
except:
pass
self.is_running = False
self.is_running = False
# 全局实例
matrix_bot = MatrixBot()