aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar neptune 2023-02-03 18:49:32 -0300
committerLibravatar neptune 2023-02-03 18:49:32 -0300
commiteb7e5d195cf4c8f4a9d7a511f1134e8d411fc8c3 (patch)
tree5937fc244f51971ed03d360dc29e8d9f470a5224
parent49a1026c3485cd7819a238f13159afe3ceeb36d5 (diff)
downloadweabot-eb7e5d195cf4c8f4a9d7a511f1134e8d411fc8c3.tar.gz
weabot-eb7e5d195cf4c8f4a9d7a511f1134e8d411fc8c3.tar.xz
weabot-eb7e5d195cf4c8f4a9d7a511f1134e8d411fc8c3.zip
Arreglado mensaje de log para unban
-rw-r--r--cgi/manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py
index d3595bd..8b262ad 100644
--- a/cgi/manage.py
+++ b/cgi/manage.py
@@ -794,7 +794,7 @@ def manage(self, path_split):
message = _('Ban successfully deleted.')
template_filename = "message.html"
logAction(staff_account['username'], _(
- 'Deleted ban for %s') % ip)
+ 'Deleted ban for %s') % ip['ipstr'])
else:
message = _(
'There was a problem while deleting that ban. It may have already been removed, or recently expired.')