fix: Typo in domain price
All checks were successful
Build Docker / Build Image (push) Successful in 22s

This commit is contained in:
2023-11-08 13:01:40 +11:00
parent 45b56dc3cb
commit 894a3f51f2
2 changed files with 1 additions and 3 deletions

View File

@@ -37,11 +37,9 @@ def submit():
ip = request.remote_addr
if 'X-REAL-IP' in request.headers:
print("X-REAL-IP",flush=True)
ip = request.headers['X-REAL-IP']
if 'X-Real-Ip' in request.headers:
print("X-Real-Ip2",flush=True)
ip = request.headers['X-Real-Ip']
if hidden == '':