Fix: Missing datetime import in plugin_load
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user