mirror of
https://github.com/Xtao-Labs/twitter2telegram.git
synced 2024-11-21 14:48:21 +00:00
chore: remove username changed tg notice
This commit is contained in:
parent
961b6abb40
commit
432af14c59
@ -166,7 +166,7 @@ async def check_update():
|
||||
logs.info(f"处理完成,剩余 {nums - idx - 1} 个用户")
|
||||
if len(failed_users) > 5:
|
||||
logs.warning("失效数据过多,可能 API 失效")
|
||||
else:
|
||||
for user in failed_users:
|
||||
await send_username_changed(user)
|
||||
# else:
|
||||
# for user in failed_users:
|
||||
# await send_username_changed(user)
|
||||
logs.info("检查更新完成")
|
||||
|
Loading…
Reference in New Issue
Block a user