Update server.py
Some checks failed
Check syntax / check (push) Has been cancelled

This commit is contained in:
Nova Cat 2025-01-03 17:45:50 -08:00
parent b98291d5b8
commit 18b2987958

View file

@ -29,6 +29,7 @@ def updateklines():
global banlist
try:
klines = open(data["klinepath"]).read().split("\n")
print(open(data["klinepath"]).read())
for i in klines:
specifiedip = i.split(" ")[0]
specifiedreason = " ".join(i.split(" ")[1:])