init
This commit is contained in:
@@ -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...")
|
||||
Reference in New Issue
Block a user