sonarr-rss/_updated/run.py

8 lines
110 B
Python
Executable File

from app import create_app
app = create_app('config.development')
if __name__ == '__main__':
app.run()