From d5ccf71303b06a8d7686c457da8ce2c790ae275b Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 18 Sep 2019 13:37:33 +0200 Subject: [PATCH] =?UTF-8?q?typo=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edsm-getnearest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edsm-getnearest.py b/edsm-getnearest.py index 18edadd..ed6d889 100755 --- a/edsm-getnearest.py +++ b/edsm-getnearest.py @@ -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)