You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting UPDATE_INTERVAL_SEC to 300, I'm getting this:
Traceback (most recent call last):
File "/godaddy-publicip-updater.py", line 136, in <module>
loop_forever()
File "/godaddy-publicip-updater.py", line 134, in loop_forever
time.sleep(update_interval_sec)
TypeError: an integer is required (got type str)
The text was updated successfully, but these errors were encountered:
When setting UPDATE_INTERVAL_SEC to 300, I'm getting this:
The text was updated successfully, but these errors were encountered: