diff --git a/.env b/.env index eeb7d60..e442c36 100644 --- a/.env +++ b/.env @@ -25,9 +25,9 @@ tg_qrlogin_qqemail_fakeStr='你好呀!赛利亚!' # ################################################ application_ws_host="127.0.0.1" -"""应用端的ws的host主机""" +#"""应用端的ws的host主机""" application_ws_port="18000" -"""应用端的ws的port端口""" +#"""应用端的ws的port端口""" # ################################################# # onebot12的配置项 # diff --git a/tgbot_client/user_plugins/aspscheduler_init.py b/tgbot_client/user_plugins/aspscheduler_init.py index aeb987b..ef9a6ee 100644 --- a/tgbot_client/user_plugins/aspscheduler_init.py +++ b/tgbot_client/user_plugins/aspscheduler_init.py @@ -16,7 +16,7 @@ class Apscheduler_data: - apscheduler_data = None + apscheduler_data = BackgroundScheduler(timezone="Asia/Shanghai") def get_all_task_ids(Scheduler_data):