I tried this with the the following poll in strawpoll.com :
id: rwck5xw1x
I am getting this error :
Traceback (most recent call last):
File "script.py", line 153, in
prepare (args, motd)
File "script.py", line 84, in prepare
checkboxID = str (int (checkboxID) + opt - 1)
ValueError: invalid literal for int() with base 10: ''
Is there a solution for this ?
I tried this with the the following poll in strawpoll.com :
id: rwck5xw1x
I am getting this error :
Traceback (most recent call last):
File "script.py", line 153, in
prepare (args, motd)
File "script.py", line 84, in prepare
checkboxID = str (int (checkboxID) + opt - 1)
ValueError: invalid literal for int() with base 10: ''
Is there a solution for this ?