mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Non so esattamente cosa posso aver cambiato
This commit is contained in:
parent
ad1d152cde
commit
7b6a5bdaa5
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ def getUpdates():
|
|||
if('text' in data['result'][0]['message']):
|
||||
return data['result'][0]['message']
|
||||
else:
|
||||
print(data);
|
||||
except Exception("Telegram non ha risposto con OK alla richiesta dei nuovi messaggi")
|
||||
|
||||
def sendMessage(content, to):
|
||||
|
|
Loading…
Reference in a new issue