constants to settings.py

This commit is contained in:
2023-03-10 12:48:29 +00:00
parent e1ef82fa18
commit aff2644676
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ import os, shutil, platform
import zipfile, rarfile
from py7zr import SevenZipFile, exceptions
BAD_DIR_NAME = '__BAD__'
from utils.settings import BAD_DIR_NAME
def mark_file_as_BAD(file: str, bad_exception: Exception) -> None:
try: