This commit is contained in:
Aevann1 2022-01-21 13:26:40 +02:00
parent fea2682c6c
commit d3892c8eb3

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')