diff --git a/cms/celery.py b/cms/celery.py index f4827fd..672abdb 100644 --- a/cms/celery.py +++ b/cms/celery.py @@ -12,4 +12,4 @@ app.autodiscover_tasks() @app.task(bind=True) def debug_task(self): - print(f'Request {self.request!r}') \ No newline at end of file + print(f'Requestgit {self.request!r}') \ No newline at end of file