From eab9d37f954e3223c316aa04201c57bcf9d1132a Mon Sep 17 00:00:00 2001 From: TanguyPcFixe Date: Tue, 21 May 2024 21:15:29 +0200 Subject: [PATCH] fixed dicts not defined error --- edsmAround.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edsmAround.py b/edsmAround.py index ed5db64..aea53ea 100644 --- a/edsmAround.py +++ b/edsmAround.py @@ -24,6 +24,12 @@ patterng = re.compile(".*[ABCDEFGYZ][ACELGGZ]-[AYDE] [g].*") listH = [] listG = [] +lh = {} +lmaxh = {} +lg = {} +lmaxg = {} +lcandidates = {} + #fetch sector + postfix data from edsm for p in postFixList: