Fix: Missing datetime import in plugin_load
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: GDM
|
name: GDM
|
||||||
package_name: gommi_downloader_manager
|
package_name: gommi_downloader_manager
|
||||||
version: '0.1.8'
|
version: '0.1.9'
|
||||||
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
description: FlaskFarm 범용 다운로더 큐 - YouTube, 애니24, 링크애니, Anilife 지원
|
||||||
developer: projectdx
|
developer: projectdx
|
||||||
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
home: https://gitea.yommi.duckdns.org/projectdx/gommi_downloader_manager
|
||||||
|
|||||||
@@ -284,6 +284,7 @@ class ModuleQueue(PluginModuleBase):
|
|||||||
# DB에서 진행 중인 작업 로드
|
# DB에서 진행 중인 작업 로드
|
||||||
with F.app.app_context():
|
with F.app.app_context():
|
||||||
from .model import ModelDownloadItem
|
from .model import ModelDownloadItem
|
||||||
|
from datetime import datetime
|
||||||
ModelDownloadItem.P = self.P
|
ModelDownloadItem.P = self.P
|
||||||
ModelDownloadItem.check_migration()
|
ModelDownloadItem.check_migration()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user