aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/bans_geo
diff options
context:
space:
mode:
authorLibravatar neptune 2021-11-15 13:35:08 -0300
committerLibravatar neptune 2021-11-15 13:35:08 -0300
commita16f23f034fb942b44e0665224d499af57aec1ad (patch)
tree8733eec9968d38153f1e0cfa2ca76f664dfb1773 /cgi/templates/bans_geo
parente34ea592bd9981d99d1c7f70c0fbf10c0bd83eb3 (diff)
downloadweabot-a16f23f034fb942b44e0665224d499af57aec1ad.tar.gz
weabot-a16f23f034fb942b44e0665224d499af57aec1ad.tar.xz
weabot-a16f23f034fb942b44e0665224d499af57aec1ad.zip
Nueva revisiĆ³n Py3
Diffstat (limited to 'cgi/templates/bans_geo')
-rw-r--r--cgi/templates/bans_geo2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/bans_geo b/cgi/templates/bans_geo
index 64687e8..ba7959a 100644
--- a/cgi/templates/bans_geo
+++ b/cgi/templates/bans_geo
@@ -4,7 +4,7 @@ geo $bans_global {
#{ip} 1;
<?py #endfor ?>
}
-<?py for board, bans in board_bans.iteritems(): ?>
+<?py for board, bans in board_bans.items(): ?>
geo $bans_#{board} {
default 0;
<?py for ip in bans: ?>