summaryrefslogtreecommitdiffstats
path: root/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'util.py')
-rw-r--r--util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.py b/util.py
index dc7834a..3a11976 100644
--- a/util.py
+++ b/util.py
@@ -59,7 +59,7 @@ def notify_admins(listname, listadmin, success, progress):
Log:
%s''' % (listname, time.strftime('%Y-%m-%d um %H:%M:%S', time.gmtime()),
- listadmin, ctx.ip, 'NICHT ' if not success else '', progress)
+ listadmin, web.ctx.ip, 'NICHT ' if not success else '', progress)
)