11
This commit is contained in:
parent
ee7d8f6a58
commit
26153a8341
2
main.py
2
main.py
@ -30,7 +30,7 @@ times = ["00:00", "04:00", "08:00", "12:00", "16:00", "20:00"]
|
|||||||
for t in times:
|
for t in times:
|
||||||
schedule.every().day.at(t).do(macd_boll.run_crypto, interval = '4h')
|
schedule.every().day.at(t).do(macd_boll.run_crypto, interval = '4h')
|
||||||
|
|
||||||
version = 'V1.13'
|
version = 'V1.14'
|
||||||
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