From c2352e44288f5bf8a40086d86f32220751029635 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sat, 16 Dec 2017 20:44:32 -0600 Subject: [PATCH] Try to fix encoding..again --- resources/lib/connect/credentials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/connect/credentials.py b/resources/lib/connect/credentials.py index f7f9fa36..31107179 100644 --- a/resources/lib/connect/credentials.py +++ b/resources/lib/connect/credentials.py @@ -27,7 +27,7 @@ class Credentials(object): def setPath(self, path): # Path to save persistant data.txt - self.path = path + self.path = path.encode('utf-8') def _ensure(self):