mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
chore: do not save gport var
This commit is contained in:
parent
730e108cea
commit
5e5d6e886b
@ -155,7 +155,6 @@ def find_stale_mods(config: Path) -> list[int]:
|
||||
for server in servers:
|
||||
split = server.split(":")
|
||||
ip = split[0]
|
||||
gport = split[1]
|
||||
qport = split[2]
|
||||
|
||||
mods = get_rules(ip, qport)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user