fixed dicts not defined error
This commit is contained in:
parent
97e5dabe14
commit
eab9d37f95
|
|
@ -24,6 +24,12 @@ patterng = re.compile(".*[ABCDEFGYZ][ACELGGZ]-[AYDE] [g].*")
|
||||||
|
|
||||||
listH = []
|
listH = []
|
||||||
listG = []
|
listG = []
|
||||||
|
lh = {}
|
||||||
|
lmaxh = {}
|
||||||
|
lg = {}
|
||||||
|
lmaxg = {}
|
||||||
|
lcandidates = {}
|
||||||
|
|
||||||
|
|
||||||
#fetch sector + postfix data from edsm
|
#fetch sector + postfix data from edsm
|
||||||
for p in postFixList:
|
for p in postFixList:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user