Try to fix encoding..again

This commit is contained in:
angelblue05 2017-12-16 20:44:32 -06:00
parent 0ea3017fc5
commit c2352e4428

View file

@ -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):