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