79320064

Date: 2024-12-31 13:29:28
Score: 1.5
Natty:
Report link

This seems to work

In the main app

app.config['some_url'] = "http:..."

In the entry point

def entrypoint():
    some_url = current_app.config['some_url']
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pf12345678910