init
This commit is contained in:
@@ -45,7 +45,7 @@ def download():
|
|||||||
|
|
||||||
# 1일
|
# 1일
|
||||||
interval = 1440
|
interval = 1440
|
||||||
data = monitorCoin.get_coin_more_data(symbol, interval, bong_count=10000)
|
data = monitorCoin.get_coin_more_data(symbol, interval, bong_count=5000)
|
||||||
if data is not None and not data.empty:
|
if data is not None and not data.empty:
|
||||||
try:
|
try:
|
||||||
inserData(symbol, interval, data)
|
inserData(symbol, interval, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user