Explorar o código

Missing parenthesis

Julien Deniau %!s(int64=12) %!d(string=hai) anos
pai
achega
eb3c70b10d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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})