Ask Solem 9 yıl önce
ebeveyn
işleme
4a4bb4542d
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      celery/events/__init__.py

+ 1 - 2
celery/events/__init__.py

@@ -331,8 +331,7 @@ class EventReceiver(ConsumerMixin):
                 ttl if ttl is not None else conf.event_queue_ttl,
             ),
             'x-expires': maybe_s_to_ms(
-                expires if expires is not None
-                else conf.event_queue_expires,
+                expires if expires is not None else conf.event_queue_expires,
             ),
         })