TypeError: can only concatenate str (not "NoneType") to str
Closed this issue · 1 comments
cyal1 commented
Traceback (most recent call last):
File "/root/CLZero/clzero.py", line 309, in <module>
print("--> [" + smuggle_name + "] [LastByte-Sync] : \t" + color_code(reg_status) + " [" + reg_length + "] ")
File "/root/CLZero/clzero.py", line 28, in color_code
msg = Fore.WHITE + Back.RED + code + Style.RESET_ALL
TypeError: can only concatenate str (not "NoneType") to str
Moopinger commented
Thanks for reporting this, i believe it should be fixed now. If the issue is encountered it will return "ERROR" in the status code and not exit.