コミットを比較

..

2 コミット

+1 -1
ファイルの表示
@@ -85,7 +85,7 @@ def main () -> None:
has_got_snack_time = True has_got_snack_time = True
if now - last_posted_at >= timedelta (hours = 6): if now - last_posted_at >= timedelta (hours = 6):
client.send_post (Talk.main ('')) client.send_post (Talk.main ('今どうしてる?'))
last_posted_at = now last_posted_at = now
time.sleep (60) time.sleep (60)