dfdfsdd
This commit is contained in:
@@ -12,6 +12,7 @@ import sys
|
||||
import time
|
||||
|
||||
from SYS.logger import log, debug
|
||||
from SYS.utils_constant import ALL_SUPPORTED_EXTENSIONS as GLOBAL_SUPPORTED_EXTENSIONS
|
||||
import tempfile
|
||||
import logging
|
||||
from dataclasses import dataclass, field
|
||||
@@ -1103,9 +1104,7 @@ SUPPORTED_FILETYPES = {
|
||||
}
|
||||
|
||||
# Flatten to get all supported extensions
|
||||
ALL_SUPPORTED_EXTENSIONS = set()
|
||||
for category_extensions in SUPPORTED_FILETYPES.values():
|
||||
ALL_SUPPORTED_EXTENSIONS.update(category_extensions.keys())
|
||||
ALL_SUPPORTED_EXTENSIONS = set(GLOBAL_SUPPORTED_EXTENSIONS)
|
||||
|
||||
|
||||
# Global Hydrus client cache to reuse session keys
|
||||
|
||||
Reference in New Issue
Block a user