AI 移行 #38

マージ済み
みてるぞ が 49 個のコミットを ai-migration から main へマージ 2025-12-03 02:02:36 +09:00
コミット 12fbdbc7e2 の変更だけを表示してゐます - すべてのコミットを表示
+1 -5
ファイルの表示
@@ -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: