From b1fffc3a1b2dbbb807213b85f538e59251b9bf35 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 28 Mar 2014 22:32:14 +0100 Subject: Remove bad whitespaces Merged vuolter/pyload@00288e6 --- module/web/json_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/web/json_app.py') diff --git a/module/web/json_app.py b/module/web/json_app.py index f3626405c..792fa8fe0 100644 --- a/module/web/json_app.py +++ b/module/web/json_app.py @@ -284,7 +284,7 @@ def update_accounts(): for name, value in request.POST.iteritems(): value = value.strip() if not value: continue - + tmp, user = name.split(";") plugin, action = tmp.split("|") -- cgit v1.2.3