This commit is contained in:
aaron 2024-09-22 09:34:23 +08:00
parent f575c665af
commit 90b7bea4e8
2 changed files with 3 additions and 2 deletions

View File

@ -29,9 +29,9 @@ 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')
#jin10 #jin10
schedule.every().day.at("08:00").do(jin10.run) schedule.every().day.at("10:00").do(jin10.run)
version = 'V1.20' version = 'V1.21'
print(f'Running... {version}') print(f'Running... {version}')
while True: while True:
schedule.run_pending() schedule.run_pending()

View File

@ -5,6 +5,7 @@ import discord_sender
def run(): def run():
print('金 10 数据数据日历数据抓取...')
now = datetime.date.today() now = datetime.date.today()
year = now.year year = now.year
month = now.month month = now.month