fix line labeling
This commit is contained in:
parent
d70b08533b
commit
ec4390838a
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue