1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

plugins/inara.py: No need for encode('utf-8')

This commit is contained in:
Athanasius 2019-09-11 16:44:46 +01:00
parent 0f38e3e824
commit bebc3648b8

View File

@ -795,7 +795,7 @@ def call(callback=None):
('appName', applongname),
('appVersion', appversion),
('APIkey', credentials(this.cmdr)),
('commanderName', this.cmdr.encode('utf-8')),
('commanderName', this.cmdr),
('commanderFrontierID', this.FID),
])),
('events', list(this.events)), # shallow copy