move varible to module
This commit is contained in:
@@ -46,7 +46,6 @@ SMTPSERVER = "localhost"
|
||||
|
||||
msgs = []
|
||||
|
||||
num = 0
|
||||
#AEW upcount = 0
|
||||
PORT = 50003
|
||||
TPORT = 50004
|
||||
|
||||
@@ -12,6 +12,7 @@ import json
|
||||
hosts = {}
|
||||
# map of addrs to names
|
||||
htab = {}
|
||||
num = 0
|
||||
|
||||
|
||||
def isIPv4(addr):
|
||||
|
||||
Reference in New Issue
Block a user