fix user auth

This commit is contained in:
jxxghp
2023-06-10 21:28:59 +08:00
parent 04c22d112f
commit 313cfd0941
6 changed files with 90 additions and 1 deletions

View File

@ -52,6 +52,8 @@ def start_module():
Scheduler()
# 启动事件消费
Command()
# 用户认证
SitesHelper().check_user()
if __name__ == '__main__':