|
|
@@ -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 |
|
|
|