move varible to module

This commit is contained in:
2016-04-25 20:24:27 +02:00
parent bd17ecc7cc
commit b1fef35d03
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -46,7 +46,6 @@ SMTPSERVER = "localhost"
msgs = []
num = 0
#AEW upcount = 0
PORT = 50003
TPORT = 50004
+1
View File
@@ -12,6 +12,7 @@ import json
hosts = {}
# map of addrs to names
htab = {}
num = 0
def isIPv4(addr):