summaryrefslogtreecommitdiff
path: root/security.py
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 11:16:56 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 11:16:56 -0300
commit7d904dedd780cc41a7cb283134026917ca068e84 (patch)
tree0e94e3dcc178334aa9de60cbdff1370b4c52356f /security.py
parentb34aa7437e55577953a50b6a0e65debcb930f253 (diff)
downloadserver-7d904dedd780cc41a7cb283134026917ca068e84.tar.gz
server-7d904dedd780cc41a7cb283134026917ca068e84.tar.bz2
server-7d904dedd780cc41a7cb283134026917ca068e84.tar.xz
server-7d904dedd780cc41a7cb283134026917ca068e84.zip
Add support for custom battle backgrounds.
Fix typos and minor bugs.
Diffstat (limited to 'security.py')
-rw-r--r--security.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/security.py b/security.py
index 112f636..8383fae 100644
--- a/security.py
+++ b/security.py
@@ -91,7 +91,7 @@ def get_score(proto):
return 5
elif proto == PACKET_ACK:
return 0
- else
+ else:
stdout("\"%s\" is not a valid packet reply code" % str(proto))
return 0