Update firewall.py

pull/632/head
Mr Chen 6 months ago
parent ce3e37b6f8
commit b3370f2937
  1. 2
      web/utils/firewall.py

@ -72,7 +72,7 @@ class Firewall(object):
if not is_same:
t = {}
t['port'] = info[0]
t['port'] = info[0].replace('-',':')
t['protocol'] = info[1]
ports_all.append(t)

Loading…
Cancel
Save