This commit is contained in:
alterNERDtive 2019-09-18 13:37:33 +02:00
parent e7e22cd414
commit d5ccf71303

View file

@ -83,7 +83,7 @@ def outputGui():
def outputText():
try:
distances = getDistances(system, cmdrs)
except (ServerError, NotFoundErorr) as e:
except (ServerError, NotFoundError) as e:
print(e)
exit(1)
nearestCmdr = min(distances,key=distances.get)