mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Change encoded to manufactured - fix edsm mats (#193)
This commit is contained in:
parent
eb2e65249f
commit
a243f23e23
2
edsm.py
2
edsm.py
@ -214,7 +214,7 @@ class EDSM:
|
||||
self.call('api-commander-v1/set-materials', "&type=data&values=%s" % json.dumps(encoded, separators = (',', ':')))
|
||||
materials = {}
|
||||
materials.update(raw)
|
||||
materials.update(encoded)
|
||||
materials.update(manufactured)
|
||||
self.call('api-commander-v1/set-materials', "&type=materials&values=%s" % json.dumps(materials, separators = (',', ':')))
|
||||
|
||||
def setshipid(self, shipid):
|
||||
|
Loading…
x
Reference in New Issue
Block a user