mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
ta
This commit is contained in:
parent
983e5e8c6b
commit
a74ac32894
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -585,7 +585,7 @@ while True:
|
|||
riga = riga.split("|", 1)
|
||||
ora = time.gmtime(int(riga[0]))
|
||||
text += "`" + str(ora.tm_mday) + "/" + str(ora.tm_mon) + "/" + str(
|
||||
ora.tm_year) + "`: `" + \
|
||||
ora.tm_year) + "`: `" + \
|
||||
str(ora.tm_hour) + ":" + str(ora.tm_min) + "` " + riga[1] + "\n"
|
||||
else:
|
||||
telegram.sendmessage(chr(9888) + " Il numero massimo di stringhe visualizzabili è " +
|
||||
|
|
Loading…
Reference in a new issue