From e7e22cd41478e64e257526cd96c322fdb43c1823 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Wed, 18 Sep 2019 13:36:25 +0200 Subject: [PATCH] re-added old Exception for the Commander stuff --- edsm-getnearest.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/edsm-getnearest.py b/edsm-getnearest.py index 83707de..18edadd 100755 --- a/edsm-getnearest.py +++ b/edsm-getnearest.py @@ -8,6 +8,10 @@ import tkinter as tk from pyEDSM.edsm.exception import ServerError, NotFoundError from pyEDSM.edsm.models import System, Commander +class EdsmApiException(Exception): + pass + + # ================================================================================= def getCmdrCoords (cmdr):