My code was working two weeks ago, but suddenly I am not able to add alarms anymore.
I am using python 3.6 and urllib. Any suggestions?
Here is a snippet of my code:
post_data ={'time':alarm_time,'enabled':'true','recurring':'false','weekDays':'MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY,SUNDAY'}
Answered! Go to the Best Answer.