From 2bca371d4d7f635a0baa1c59566764e8b4d57198 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sun, 1 Sep 2024 22:41:28 +0900 Subject: [PATCH] =?UTF-8?q?=E8=B3=AA=E5=95=8F=E3=81=A8=E3=81=97=E3=81=A6?= =?UTF-8?q?=E4=BB=8A=E4=BD=95=E3=81=97=E3=81=A6=E3=82=8B=E3=81=8B=E3=82=92?= =?UTF-8?q?=E8=A8=8A=E3=81=8F=E3=82=84=E3=81=85=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7465106..4b70843 100644 --- a/main.py +++ b/main.py @@ -85,7 +85,7 @@ def main () -> None: has_got_snack_time = True if now - last_posted_at >= timedelta (hours = 6): - client.send_post (Talk.main ('')) + client.send_post (Talk.main ('今どうしてる?')) last_posted_at = now time.sleep (60)