From 76abbe4fdd13779ed45b29cf157a595415f30b4f Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 7 Oct 2024 20:28:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E3=81=AB=E5=BE=85=E3=81=A4=E3=82=84?= =?UTF-8?q?=E3=81=85=E3=81=AB=E4=BF=AE=E6=AD=A3=EF=BC=88=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E8=90=BD=E3=81=A1=E6=99=82=E3=81=AE=E5=8A=A0=E9=87=8D?= =?UTF-8?q?=E3=82=A2=E3=82=AF=E3=82=BB=E3=82=B9=E5=9B=9E=E9=81=BF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index c6cce7d..a5bc3c5 100644 --- a/main.py +++ b/main.py @@ -70,6 +70,8 @@ def main ( has_taken_hot_spring = False watched_videos = [] while True: + time.sleep (60) + now = datetime.now () for uri in check_notifications (client): @@ -187,8 +189,6 @@ def main ( client.post (Talk.main ('今どうしてる?')) last_posted_at = now - time.sleep (60) - def get_embed_info ( url: str