Merge branch 'develop' of https://github.com/nicolargo/glances into develop

This commit is contained in:
nicolargo 2016-03-12 10:16:07 +01:00
commit 48ef8e5fde

View File

@ -142,7 +142,7 @@ class GlancesPassword(object):
# Create/overwrite the password file
with open(self.password_filepath, 'wb') as file_pwd:
file_pwd.write(hashed_password)
file_pwd.write(b(hashed_password))
def load_password(self):
"""Load the hashed password from the Glances folder."""