Skip to content

Commit

Permalink
ls from star is an int
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 4, 2015
1 parent 6482a3a commit 46d0f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/eddb.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def fetch_stations(systems, outFile=None):
'http://eddb.io/archive/v2/stations_lite.json',
outFile=outFile,
)
mask = "'{}','{}','{}','{}','{}'"
mask = "'{}','{}',{},'{}','{}'"

# EDDB black market is null (unknown), 0 (No) or 1 (Yes)
marketConvert = {None:'?', 0:'N', 1:'Y'}
Expand Down

0 comments on commit 46d0f11

Please sign in to comment.