This commit is contained in:
Aevann1 2022-01-21 13:29:29 +02:00
parent 26a7c18e27
commit db3f7d055a

View file

@ -63,6 +63,7 @@ app.config['DESCRIPTION'] = environ.get("DESCRIPTION", "rdrama.net caters to dra
r=redis.Redis(host=environ.get("REDIS_URL", "redis://localhost"), decode_responses=True, ssl_cert_reqs=None)
with app.app_context():
print('first: ' + get_remote_address())
def get_CF() -> str: