This commit is contained in:
aaron 2024-09-20 23:52:52 +08:00
parent ee7d8f6a58
commit 26153a8341

View File

@ -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()