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:
parent
0f38e3e824
commit
bebc3648b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user