This commit is contained in:
dosangyoon
2022-08-03 16:16:39 +09:00
parent edb9f75a62
commit 70e189da01

View File

@@ -570,7 +570,7 @@ class HTS:
conn.commit()
cursor.close()
conn.close()
print("insert...", stock_code, ymd)
print("update...", stock_code, ymd)
return
def getYMD(self, stock_code):