Browse Source

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

main
みてるぞ 2 weeks ago
parent
commit
2bca371d4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      main.py

+ 1
- 1
main.py View File

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


Loading…
Cancel
Save