jdanders/ksl-classifieds-notifier

data type issue

Closed this issue · 1 comments

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.

Thanks, looks like I haven't really used that parameter! I changed the parameter type to an int and the problem went away. Fixed in commit 727086f.