Closed spinningbluebird closed 3 years ago
File "asm.py", line 529 print(style + msg, end= "")
Just submitting the issue I found. I also have the fix for it
Fixed code:
if type == "error": print("{0}\n[*] Error: {1}".format(Fore.RED + Style.BRIGHT, Style.RESET_ALL + Fore.WHITE + msg)) else: print(style + msg, end== "") if reset == 1: print(Style.RESET_ALL)
File "asm.py", line 529 print(style + msg, end= "")
Just submitting the issue I found. I also have the fix for it