mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 18:33:13 +03:00
removed unused import
This commit is contained in:
parent
a546ecb735
commit
474c8d144f
@ -6,7 +6,7 @@
|
||||
import csv
|
||||
import json
|
||||
import os
|
||||
from os.path import exists, isfile
|
||||
from os.path import isfile
|
||||
import sys
|
||||
from traceback import print_exc
|
||||
|
||||
@ -65,6 +65,7 @@ def addcommodities(data):
|
||||
|
||||
print('Added %d new commodities' % (len(commodities) - size_pre))
|
||||
|
||||
|
||||
# keep a summary of modules found
|
||||
def addmodules(data):
|
||||
if not data['lastStarport'].get('modules'): return
|
||||
@ -123,6 +124,7 @@ def addmodules(data):
|
||||
|
||||
print('Added %d new modules' % (len(modules) - size_pre))
|
||||
|
||||
|
||||
# keep a summary of ships found
|
||||
def addships(data):
|
||||
if not data['lastStarport'].get('ships'): return
|
||||
|
Loading…
x
Reference in New Issue
Block a user