kopia lustrzana https://github.com/glidernet/ogn-python
8 wiersze
183 B
Python
8 wiersze
183 B
Python
![]() |
#!/usr/bin/env python
|
||
|
import os
|
||
|
from app import celery, create_app
|
||
|
from app.collect.celery import *
|
||
|
|
||
|
app = create_app(os.getenv('FLASK_CONFIG') or 'default')
|
||
|
app.app_context().push()
|