From a07f502f09e13e9076df70a63ea74718bda42334 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 11 Sep 2019 16:44:46 +0100 Subject: [PATCH] plugins/inara.py: No need for encode('utf-8') --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index dc40148a..20aa3433 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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