1
This commit is contained in:
parent
c16a54fb0d
commit
d385863e12
2
main.py
2
main.py
@ -22,7 +22,7 @@ schedule.every().hour.at(":00").do(move.run_crypto, interval = '4h')
|
|||||||
# for t in times:
|
# for t in times:
|
||||||
# schedule.every().day.at(t).do(vegas.run_crypto, interval = '4h')
|
# schedule.every().day.at(t).do(vegas.run_crypto, interval = '4h')
|
||||||
|
|
||||||
version = 'V1.9'
|
version = 'V1.10'
|
||||||
print(f'Running... {version}')
|
print(f'Running... {version}')
|
||||||
while True:
|
while True:
|
||||||
schedule.run_pending()
|
schedule.run_pending()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user