This commit is contained in:
dsyoon
2023-10-23 22:37:04 +09:00
parent 3a7107ab76
commit 46746b1007
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import os
import time
from datetime import datetime, timedelta
from hts.HTS import HTS
@@ -83,6 +84,6 @@ if __name__ == "__main__":
this_day = this_day + timedelta(days=1)
if this_day > stock["end_date"]:
break
time.sleep(0.5)
hts.disconnect()
print ("done...")