Open ModernAesthetics opened 4 years ago
in formatter.py change raw_input to just input
thx bro
thanks, saved me. running with WSL 2 and phyton3
Add
try: raw_input except: raw_input = input
to lib/formatter.py at the top of the file
in formatter.py change raw_input to just input