data type issue
Closed this issue · 1 comments
trevorhere commented
Traceback (most recent call last): File "./ksl_notify.py", line 255, in <module> main(vars(args)) File "./ksl_notify.py", line 198, in main time.sleep(loop_delay) TypeError: an integer is required (got type str)
got this error after entering the suggested search in the ReadMe. Not sure how to fix it so I just entered a default time in time.sleep function.