mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
meno righe!
This commit is contained in:
parent
3ee126802f
commit
947dc16f90
1 changed files with 1 additions and 4 deletions
5
bot.py
5
bot.py
|
@ -671,10 +671,7 @@ while True:
|
|||
ora = time.gmtime()
|
||||
cmd = text.split(" ", 1)
|
||||
if len(cmd) > 1:
|
||||
if cmd[1].startswith("refresh"):
|
||||
refresh = True
|
||||
else:
|
||||
refresh = False
|
||||
refresh = cmd[1].startswith("refresh")
|
||||
else:
|
||||
refresh = False
|
||||
# Controlla se i dati sono già stati scaricati.
|
||||
|
|
Loading…
Reference in a new issue