From e21a71fbb12bee8e82868989f1f1b0dd0e8c314e Mon Sep 17 00:00:00 2001 From: Dipesh Amin Date: Sat, 3 Sep 2011 18:23:43 +0100 Subject: A space should not be filtered lol. --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 8d66977..0969606 100644 --- a/utils.py +++ b/utils.py @@ -14,7 +14,7 @@ import mutex import threading from net.packet_out import * -allowed_chars = "abcdefghijklmnoprstquvwxyzABCDEFGHIJKLMNOPRSTQUVWXYZ1234567890-_+=!@$%^&*();'<>,.?/~`|" +allowed_chars = "abcdefghijklmnoprstquvwxyzABCDEFGHIJKLMNOPRSTQUVWXYZ1234567890-_+=!@$%^&*();'<>,.?/~`| " # Process a recieved ip address. def parse_ip(a): -- cgit v1.2.3-70-g09d2