fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from flask import Flask
|
||||
from .config import Config
|
||||
|
||||
|
||||
def proxy_app():
|
||||
app = Flask(__name__)
|
||||
app.config.from_object(Config)
|
||||
@@ -10,5 +11,3 @@ def proxy_app():
|
||||
rss_proxy.init_proxy(app)
|
||||
healthcheck.init_healthcheck(app)
|
||||
return app
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user