diff options
Diffstat (limited to 'mach2.py')
-rw-r--r-- | mach2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]) |