Update server.py
Some checks failed
Check syntax / check (push) Has been cancelled
Some checks failed
Check syntax / check (push) Has been cancelled
This commit is contained in:
parent
b98291d5b8
commit
18b2987958
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ def updateklines():
|
||||||
global banlist
|
global banlist
|
||||||
try:
|
try:
|
||||||
klines = open(data["klinepath"]).read().split("\n")
|
klines = open(data["klinepath"]).read().split("\n")
|
||||||
|
print(open(data["klinepath"]).read())
|
||||||
for i in klines:
|
for i in klines:
|
||||||
specifiedip = i.split(" ")[0]
|
specifiedip = i.split(" ")[0]
|
||||||
specifiedreason = " ".join(i.split(" ")[1:])
|
specifiedreason = " ".join(i.split(" ")[1:])
|
||||||
|
|
Loading…
Reference in a new issue