init
This commit is contained in:
@@ -509,7 +509,7 @@ class Monitor(HTS):
|
|||||||
arr = cursor.fetchone()
|
arr = cursor.fetchone()
|
||||||
if not arr:
|
if not arr:
|
||||||
cursor.execute(
|
cursor.execute(
|
||||||
"INSERT INTO {}_{} (CODE, NAME, ymdhms, ymd, hms, close, open, high, low, volume) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)".format(symbol, interval),
|
"INSERT INTO {}_{} (CODE, NAME, ymdhms, ymd, hms, close, open, high, low, volume) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)".format(symbol, interval),
|
||||||
(
|
(
|
||||||
symbol,
|
symbol,
|
||||||
KR_COINS[symbol],
|
KR_COINS[symbol],
|
||||||
|
|||||||
Reference in New Issue
Block a user