質問として今何してるかを訊くやぅにした

このコミットが含まれているのは:
2024-09-01 22:41:28 +09:00
コミット 2bca371d4d
+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)