diff --git a/app/celery.py b/app/celery.py index 543b777..d2fc85a 100644 --- a/app/celery.py +++ b/app/celery.py @@ -19,6 +19,9 @@ @celery.task(name="index_file") def index_full_file_content(content_base): + print("===========================================") + print(content_base) + print("===========================================") from app.main import main_app print("[+ Indexando arquivo inteiro +]")