diff --git a/scrape.py b/scrape.py index 0726959..4bda2fe 100644 --- a/scrape.py +++ b/scrape.py @@ -28,7 +28,6 @@ for id in j['Y1357']: print(f"Item is out of stock") else: print(f"Item is in stock") - Path(message_sent_file).touch() # Your Account Sid and Auth Token from twilio.com/console # and set the environment variables. See http://twil.io/secure account_sid = os.environ['TWILIO_ACCOUNT_SID'] @@ -43,4 +42,5 @@ for id in j['Y1357']: to='+447557447469' ) - print(message.sid) \ No newline at end of file + print(message.sid) + Path(message_sent_file).touch() \ No newline at end of file