From 91097cf5f5c2cb9c6f625a7b0557861e5ff57714 Mon Sep 17 00:00:00 2001 From: oloturia Date: Sun, 5 Apr 2020 20:12:31 +0200 Subject: [PATCH] typo --- buonanotte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buonanotte.py b/buonanotte.py index 504ef7a..43a1a05 100644 --- a/buonanotte.py +++ b/buonanotte.py @@ -51,7 +51,7 @@ class goodListener(StreamListener): row = [datesleep,account,lang] writer = csv.writer(file) writer.writerow(row) - mastodon.status_post(greet+accout+reminder+result,visibility="direct") + mastodon.status_post(greet+account+reminder+result,visibility="direct") except AttributeError: return