diff --git a/sp_replace_typ.py b/sp_replace_typ.py index 1cdb6e9..17c41d9 100755 --- a/sp_replace_typ.py +++ b/sp_replace_typ.py @@ -107,7 +107,7 @@ def ask_for_visualization(): if choice == '1': text = '' elif choice == '2': - srtm = '_ohneText' + text = '_ohneText' elif choice == 'x': print("Bye!") sys.exit()