From 2248b7a871bfeeca3975d573dba723a5847846cc Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Mon, 28 May 2018 17:23:01 +0100 Subject: Latest changes --- mach2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mach2.py') 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]) -- cgit v1.2.3