diff --git a/test.py b/test.py index 2157e25..fad0dab 100644 --- a/test.py +++ b/test.py @@ -771,16 +771,12 @@ class Broadcast: if not self.chat.is_alive (): return None chats = self.chat.get ().items - print (chats) if not chats: return None + print (f"{ datetime.now () }: { chats }") return random.choice (chats) -class Log: - ... - - def fetch_bytes_from_url ( url: str, ) -> bytes | None: