#35 チャット取得確認用出力追加
このコミットが含まれているのは:
@@ -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:
|
||||
|
||||
新しい課題から参照
ユーザをブロックする