This commit is contained in:
dsyoon
2023-02-24 14:10:00 +09:00
parent 38892e20f5
commit ac2c6de0c3
2 changed files with 2 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ class HTS_etf (HTS):
final_sell_check = True final_sell_check = True
""" """
time.sleep(10) time.sleep(3600)
THIS_TIME = datetime.now() THIS_TIME = datetime.now()
return return

View File

@@ -257,7 +257,7 @@ class HTS_Stocks (HTS):
print("SELL", sell_time, stock_code, stock_name, -1, str(orderNum), jango, sell_price) print("SELL", sell_time, stock_code, stock_name, -1, str(orderNum), jango, sell_price)
""" """
time.sleep(10) time.sleep(3600)
THIS_TIME = datetime.now() THIS_TIME = datetime.now()
return return