master
Aevann 2024-10-28 22:21:21 +03:00
parent 637e7d8593
commit ff93b1c4e6
1 changed files with 1 additions and 2 deletions

View File

@ -1516,8 +1516,7 @@ def av():
data = json.loads(request.data) data = json.loads(request.data)
ip = request.headers.get('CF-Connecting-IP') ip = request.headers.get('CF-Connecting-IP')
print(ip, flush=True) if ip not in {'34.228.186.191','184.72.111.177','54.91.98.174','35.153.143.188'}:
if ip not in {'34.228.186.191','184.72.111.177'}:
print(STARS, flush=True) print(STARS, flush=True)
print(f'/av fail: {ip}') print(f'/av fail: {ip}')
print(STARS, flush=True) print(STARS, flush=True)