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