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