Julien Deniau преди 12 години
родител
ревизия
eb3c70b10d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/userguide/monitoring.rst

+ 1 - 1
docs/userguide/monitoring.rst

@@ -558,7 +558,7 @@ Combining these you can easily process events in real-time:
 
             print('Workers online: %r' % ', '.join(
                 worker for worker in state.workers if worker.alive
-            )
+            ))
 
         with app.connection() as connection:
             recv = app.events.Receiver(connection, handlers={'*': on_event})