This commit is contained in:
dsyoon
2023-08-27 22:05:51 +09:00
parent 3fcb8ab2ee
commit d67abcb90f

View File

@@ -41,6 +41,9 @@ class HTS_Alert :
if __name__ == "__main__":
hTS_Alert = HTS_Alert()
week = datetime.today().weekday()
if week in (0, 1, 2, 3, 4): # 0:월, 1:화, 2:수, 3:목, 4:금, 5:토, 6:일
post = hTS_Alert.checkPrice('252670')
print ("done...")