FIX: đã sửa lại python

This commit is contained in:
2026-08-08 09:51:46 +07:00
parent e9c710ec0b
commit 19d9bf3c9e
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -42,6 +42,17 @@ a = Analysis(
'app.api.v1.desktop_plugins',
'app.core.vst_scanner',
'app.core.soundfont_scanner',
# Celery dynamic imports (PyInstaller không bắt được — 2026-08-08)
'celery.fixups',
'celery.fixups.django',
'celery.backends',
'celery.backends.redis',
'celery.schedules',
'celery.app.builtins',
'kombu.transport.redis',
'billiard',
'vine',
'redis',
],
hookspath=[],
hooksconfig={},