remotes/1693045480750635534/spooky-22
Aevann1 2022-01-21 13:29:29 +02:00
parent 549f10d166
commit e1324b57fd
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ 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)
print('first: ' + get_remote_address())
with app.app_context():
print('first: ' + get_remote_address())
def get_CF() -> str:
with app.app_context():