fix line labeling

This commit is contained in:
Martin Brodbeck 2021-08-16 09:46:15 +02:00
parent d70b08533b
commit ec4390838a

View file

@ -107,7 +107,7 @@ def ask_for_visualization():
if choice == '1': if choice == '1':
text = '' text = ''
elif choice == '2': elif choice == '2':
srtm = '_ohneText' text = '_ohneText'
elif choice == 'x': elif choice == 'x':
print("Bye!") print("Bye!")
sys.exit() sys.exit()