remotes/1693045480750635534/spooky-22
Aevann1 2022-01-21 13:26:40 +02:00
parent a861e8ca0a
commit 085a94b8cd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import faulthandler
import atexit
def get_CF() -> str:
with app.app_context():
with app.app_context():
return request.headers.get('CF-Connecting-IP')
app = Flask(__name__, template_folder='templates')