diff --git a/info.yaml b/info.yaml index 1f385b8..6932ebe 100644 --- a/info.yaml +++ b/info.yaml @@ -1,6 +1,6 @@ name: GDM package_name: gommi_downloader_manager -version: '0.1.8' +version: '0.1.9' 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 c0afcba..aa595db 100644 --- a/mod_queue.py +++ b/mod_queue.py @@ -284,6 +284,7 @@ class ModuleQueue(PluginModuleBase): # DB에서 진행 중인 작업 로드 with F.app.app_context(): from .model import ModelDownloadItem + from datetime import datetime ModelDownloadItem.P = self.P ModelDownloadItem.check_migration()