fsdfsd
This commit is contained in:
parent
26a7c18e27
commit
db3f7d055a
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
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:
|
def get_CF() -> str:
|
||||||
with app.app_context():
|
with app.app_context():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue