Merge pull request #21 from nikdoof/fozziesov-update

Fozziesov update
This commit is contained in:
Rob Haswell
2015-07-28 17:42:52 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -52,11 +52,12 @@ To update the SDE data in the bot, use the ```gen_reference_data.py``` with a co
The SDE conversion is usually available here: https://www.fuzzwork.co.uk/dump/
$ python gen_reference_data.py eve.db
$ wget https://www.fuzzwork.co.uk/dump/sqlite-latest.sqlite.bz2
$ python gen_reference_data.py sqlite-latest.sqlite.bz2
Importing Types...
Importing Stations...
Importing Map...
$ ls -1
$ ls *.json
map.json
stations.json
types.json

File diff suppressed because one or more lines are too long