This commit is contained in:
aaron 2024-06-07 10:56:02 +08:00
parent e2c8ee1594
commit 94ca608033

View File

@ -11,7 +11,7 @@ schedule.every(setting.whaleAlert_minutes).minutes.do(lt.run)
schedule.every().hour.at(":01").do(vegas.run_crypto, interval = '1h')
schedule.every().hour.at(":01").do(vegas.run_crypto, interval = '4h')
print(f'Running... V1.0')
print(f'Running... V1.1')
print(f'Pairs:')
print(utils.get_top_binance_usdt_pairs(20))
while True: