Reverse change

This commit is contained in:
angelblue05 2017-12-16 20:23:16 -06:00
parent 6ddbcac42e
commit 59e8452f3b

View file

@ -27,7 +27,7 @@ class Credentials(object):
def setPath(self, path):
# Path to save persistant data.txt
self.path = path.decode('utf-8')
self.path = path
def _ensure(self):