diff --git a/edsm-getnearest.py b/edsm-getnearest.py index a769db1..639a818 100755 --- a/edsm-getnearest.py +++ b/edsm-getnearest.py @@ -78,9 +78,6 @@ def outputText(): except SystemNotFoundError as e: print(e) sys.exit(2) - except EdsmApiException as e: - print(e) - sys.exit(1) nearestCmdr = min(distances,key=distances.get) if shortOutput: print('nearest commander: {} ({} ly).'.format(nearestCmdr.name, diff --git a/pyEDSM b/pyEDSM index 7b6e31e..98d6bea 160000 --- a/pyEDSM +++ b/pyEDSM @@ -1 +1 @@ -Subproject commit 7b6e31e51db59924bb138661d0097321ea2c16c8 +Subproject commit 98d6beaffabbd91dea7ee9aff8e8732f7a01bc3e