This commit is contained in:
2025-03-03 21:49:16 +03:00
parent 89df7980cf
commit 95003fada9
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from flask import Flask
def create_app():
app = Flask('proxy')
app = Flask(__name__)
from proxy import rss_proxy, healthcheck
rss_proxy.init_proxy(app)