fixed dicts not defined error

This commit is contained in:
TanguyPcFixe 2024-05-21 21:15:29 +02:00
parent 97e5dabe14
commit eab9d37f95

View File

@ -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: