diff --git a/info.yaml b/info.yaml index fd94081..933ba1a 100644 --- a/info.yaml +++ b/info.yaml @@ -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 diff --git a/mod_queue.py b/mod_queue.py index ef61526..0b8163d 100644 --- a/mod_queue.py +++ b/mod_queue.py @@ -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): diff --git a/model.py b/model.py index 2b1e8d8..e338fef 100644 --- a/model.py +++ b/model.py @@ -3,8 +3,9 @@ """ from plugin import ModelBase, db from framework import F +import os -package_name = 'gommi_download_manager' +package_name = os.path.split(os.path.dirname(__file__))[-1] from datetime import datetime