klightspeed / EliteDangerousRegionMap

Elite Dangerous codex region map data, and various sample scripts / modules using it to place systems in codex regions
MIT License
15 stars 3 forks source link

Fix log messages of boxel, missing source #1

Closed derrickmehaffy closed 4 years ago

derrickmehaffy commented 4 years ago

Boxel print messages were missing their source and throwing an error of:

Traceback (most recent call last):
  File "RegionMap.py", line 121, in <module>
    main()
  File "RegionMap.py", line 107, in main
    x,
NameError: name 'x' is not defined