1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 02:17:38 +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 c3620b932b
commit a07f502f09

View File

@ -790,7 +790,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