fix line labeling

This commit is contained in:
Martin Brodbeck 2021-08-16 09:46:15 +02:00
parent d70b08533b
commit ec4390838a
1 changed files with 1 additions and 1 deletions

View File

@ -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()