Fix: SQLALCHEMY_BINDS Missing Key Error (Dynamic package_name)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: gommi_download_manager
|
||||
package_name: gommi_download_manager
|
||||
version: '0.1.1'
|
||||
version: '0.1.2'
|
||||
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
||||
developer: projectdx
|
||||
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
||||
|
||||
@@ -12,7 +12,7 @@ from enum import Enum
|
||||
from flask import render_template, jsonify
|
||||
from framework import F, socketio
|
||||
|
||||
from framework import F, socketio
|
||||
|
||||
|
||||
|
||||
class DownloadStatus(str, Enum):
|
||||
|
||||
Reference in New Issue
Block a user