mirror of
https://github.com/yshtcn/DiaryAssistant_bot.git
synced 2025-12-16 19:30:19 +08:00
- 增加一次重试机会,以避免长时间的等待。
This commit is contained in:
parent
54514c07a0
commit
d8cb43934c
@ -151,6 +151,8 @@ def process_message_queue():
|
|||||||
|
|
||||||
# 主程序逻辑
|
# 主程序逻辑
|
||||||
def main():
|
def main():
|
||||||
|
print("Process message queue...")
|
||||||
|
process_message_queue()
|
||||||
print("Program started") # Debugging line
|
print("Program started") # Debugging line
|
||||||
last_update_id = None
|
last_update_id = None
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user