mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54: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()
|
ora = time.gmtime()
|
||||||
cmd = text.split(" ", 1)
|
cmd = text.split(" ", 1)
|
||||||
if len(cmd) > 1:
|
if len(cmd) > 1:
|
||||||
if cmd[1].startswith("refresh"):
|
refresh = cmd[1].startswith("refresh")
|
||||||
refresh = True
|
|
||||||
else:
|
|
||||||
refresh = False
|
|
||||||
else:
|
else:
|
||||||
refresh = False
|
refresh = False
|
||||||
# Controlla se i dati sono già stati scaricati.
|
# Controlla se i dati sono già stati scaricati.
|
||||||
|
|
Loading…
Reference in a new issue