1
This commit is contained in:
parent
f575c665af
commit
90b7bea4e8
4
main.py
4
main.py
@ -29,9 +29,9 @@ for t in times:
|
||||
schedule.every().day.at(t).do(macd_boll.run_crypto, interval = '4h')
|
||||
|
||||
#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}')
|
||||
while True:
|
||||
schedule.run_pending()
|
||||
|
||||
@ -5,6 +5,7 @@ import discord_sender
|
||||
|
||||
|
||||
def run():
|
||||
print('金 10 数据数据日历数据抓取...')
|
||||
now = datetime.date.today()
|
||||
year = now.year
|
||||
month = now.month
|
||||
|
||||
Loading…
Reference in New Issue
Block a user