Fix: SQLALCHEMY_BINDS Missing Key Error (Dynamic package_name)

This commit is contained in:
2026-01-06 19:13:40 +09:00
parent e33e568cb2
commit b088873a64
3 changed files with 4 additions and 3 deletions

View File

@@ -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