Fixed config
- config didn't work now it's working properly - it takes config from envirionment variable FLASK_CONFIG - if no such variable exists it uses Development config as default
This commit is contained in:
3
app/tasks.py
Normal file
3
app/tasks.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def example_task(n: int) -> int:
|
||||
""" Example task"""
|
||||
return n**n
|
Reference in New Issue
Block a user