You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a python script that calls telegram_send.send(), that is executed each time I add a new entry in the database.
It works most of the time but sometimes not, and I have no idea why.
The code is pretty simple, I just call it every time. But I see in database that for some entries, it didnt send the message.
Is there any way to debug it? Any log file maybe?
The text was updated successfully, but these errors were encountered:
I have a python script that calls
telegram_send.send()
, that is executed each time I add a new entry in the database.It works most of the time but sometimes not, and I have no idea why.
The code is pretty simple, I just call it every time. But I see in database that for some entries, it didnt send the message.
Is there any way to debug it? Any log file maybe?
The text was updated successfully, but these errors were encountered: