From 33ede3992a4c7df88c8327ff0ae79d783f890b7c Mon Sep 17 00:00:00 2001 From: Fynjy Date: Wed, 15 May 2024 14:14:19 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BA=D0=BE=D0=B4=20=20=D0=B8=D0=B7?= =?UTF-8?q?=20celery.py=20#51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/celery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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