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')
|
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()
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user