WhatBreach icon indicating copy to clipboard operation
WhatBreach copied to clipboard

python3 fix

Open ModernAesthetics opened this issue 4 years ago • 3 comments

in formatter.py change raw_input to just input

ModernAesthetics avatar Dec 03 '19 21:12 ModernAesthetics

thx bro

Hoaax avatar Oct 30 '20 23:10 Hoaax

thanks, saved me. running with WSL 2 and phyton3

jandersonmira avatar Feb 27 '21 16:02 jandersonmira

Add

try: raw_input except: raw_input = input

to lib/formatter.py at the top of the file

Ekultek avatar Mar 30 '21 16:03 Ekultek