diff options
author | 2014-03-28 22:32:14 +0100 | |
---|---|---|
committer | 2014-06-28 02:47:08 +0200 | |
commit | b1fffc3a1b2dbbb807213b85f538e59251b9bf35 (patch) | |
tree | c373d3234dcb474bb424371a3d89341bed8a9e07 /module/web/pyload_app.py | |
parent | Plugins licensing doc (diff) | |
download | pyload-b1fffc3a1b2dbbb807213b85f538e59251b9bf35.tar.xz |
Remove bad whitespaces
Merged vuolter/pyload@00288e6
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r-- | module/web/pyload_app.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py index df4a4b3d4..671fd5000 100644 --- a/module/web/pyload_app.py +++ b/module/web/pyload_app.py @@ -492,7 +492,6 @@ def admin(): for perm in perms: user[name]["perms"][perm] = False - for perm in request.POST.getall("%s|perms" % name): user[name]["perms"][perm] = True |