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
Hello, I have an issue with this code, even using the v2 ! The scripts works good till the sending part ! where this error is displayed !
Traceback (most recent call last):
File "/home/xborland/MBomb/MBombv2.py", line 76, in
for i in range(1, color+1):
TypeError: can only concatenate str (not "int") to str
Please take a look and if someone have the solution would be great. Ineed to mention that I've also tested with python2 and 3, also I have tqdm installed !
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello, I have an issue with this code, even using the v2 ! The scripts works good till the sending part ! where this error is displayed !
Traceback (most recent call last):
File "/home/xborland/MBomb/MBombv2.py", line 76, in
for i in range(1, color+1):
TypeError: can only concatenate str (not "int") to str
Please take a look and if someone have the solution would be great. Ineed to mention that I've also tested with python2 and 3, also I have tqdm installed !
Thanks in advance !
The text was updated successfully, but these errors were encountered: