Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Jul 25, 2024
1 parent c6e133a commit bb01f5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 +]")

Expand Down

0 comments on commit bb01f5f

Please sign in to comment.