summaryrefslogtreecommitdiff
path: root/mach2.py
diff options
context:
space:
mode:
Diffstat (limited to 'mach2.py')
-rw-r--r--mach2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach2.py b/mach2.py
index daf5027..0d674fb 100644
--- a/mach2.py
+++ b/mach2.py
@@ -500,7 +500,7 @@ def load_user(user_id):
if result:
local_user = User(
- id=result[0], username=result[1],password_hash=result[2],
+ id=result[0], username=result[1], password_hash=result[2],
authenticated=1, active=result[4], anonymous=0,
transcode_command=result[7])