Inflearn Community Q&A
bot.getUpdates() 실행이 안됩니다..
Written on
·
346
0
그대로 따라서 해봤는데,
for i in bot.getUpdates() :
print(i) 를 했더니,
누르면 밑에처럼 에러가 뜨거나 아무것도 print가 안돼요.
raise TimedOut() from error
telegram.error.TimedOut: Timed out
토큰도 새로해서 해봤는데 안되네요ㅠㅠ
python
Answer
This question is waiting for answers
Be the first to answer!





