fix(): Ajuste, configuração final de salvamento de arquivos com suas respectivas hierarquias
This commit is contained in:
parent
52875cb037
commit
b7d8824b50
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ from pathlib import Path
|
|||
# Configuração da Chave AES
|
||||
DB_SETTINGS = get_database_settings()
|
||||
AES_KEY = getattr(DB_SETTINGS, "aeskey", None)
|
||||
GROUP_SIZE = getattr(
|
||||
DB_SETTINGS, "group_size", None
|
||||
GROUP_SIZE = int(
|
||||
getattr(DB_SETTINGS, "group_size", None)
|
||||
) # quantidade de atos por pasta de grupo
|
||||
|
||||
# --- CONFIGURAÇÃO DE DIRETÓRIO DE UPLOAD ---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue