diff --git a/client_wrapper.py b/client_wrapper.py index 93b08ca..5b92d79 100644 --- a/client_wrapper.py +++ b/client_wrapper.py @@ -99,7 +99,7 @@ class ClientWrapper(object): except slack_util.DeadHook: # If a hook wants to die, let it. self.hooks.remove(hook) - print("Done spawning tasks") + print("Done spawning tasks. Now {} running total.".format(len(asyncio.all_tasks()))) async def async_message_feed(self) -> AsyncGenerator[dict, None]: """