From 5199b989326a7c850abaee9347f5dc619a38909b Mon Sep 17 00:00:00 2001 From: JotaChina Date: Fri, 5 Dec 2025 23:16:52 -0300 Subject: [PATCH] testando --- .../handler/__pycache__/utils.cpython-312.pyc | Bin 3352 -> 3344 bytes scripts/handler/utils.py | 12 ++++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/scripts/handler/__pycache__/utils.cpython-312.pyc b/scripts/handler/__pycache__/utils.cpython-312.pyc index b3d815d929b2d6898949002ced82cd1bfe74031e..c6cf2dab30e9ebb1620c0d9880d91469e13bf5ac 100644 GIT binary patch delta 84 zcmbOsH9?B+G%qg~0}z~?Xq?&4xsgwsQCL>LEU`#Gqa-&+zr4I$zoaNNZ*vIaDrQFI o&Hq^*GBKJ>e#m~3(O~mxjus}yn9T;<(u^#847@s%{drCT04`z~P5=M^ delta 70 zcmbOrHA9N;G%qg~0}wp*GRj=Wv5`-kkx_N>Iu_N<;f(W{8Ra*BXL-oPXf*jI`$45AYj8_5vam7mnoM@*ISBx?jT3+X diff --git a/scripts/handler/utils.py b/scripts/handler/utils.py index 2e045ea1..a0c02514 100644 --- a/scripts/handler/utils.py +++ b/scripts/handler/utils.py @@ -3,10 +3,14 @@ import os # --- Configurações de Caminhos --- -BASE_PATH = "/nethome/jotachina/projetos/mmpSearch" -MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp" -MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz" -WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav" +#BASE_PATH = "/nethome/jotachina/projetos/mmpSearch" +#MMP_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmp" +#MMPZ_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/mmpz" +#WAV_FOLDER = "/nethome/jotachina/projetos/src_mmpSearch/wav" +BASE_PATH = "/var/html/www/trens/mmpSearch" +MMP_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmp" +MMPZ_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/mmpz" +WAV_FOLDER = "/var/html/www/trens/mmpSearch/src_mmpSearch/wav" METADATA_FOLDER = os.path.join(BASE_PATH, "metadata") DATA_FOLDER = os.path.join(BASE_PATH, "_data") CERT_PATH = "/etc/letsencrypt/live/alice.ufsj.edu.br/fullchain.pem"