mirror of
https://gitlab.com/oloturia/buonanotte.git
synced 2025-01-08 22:47:20 +01:00
typo
This commit is contained in:
parent
41c43ab045
commit
91097cf5f5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class goodListener(StreamListener):
|
||||||
row = [datesleep,account,lang]
|
row = [datesleep,account,lang]
|
||||||
writer = csv.writer(file)
|
writer = csv.writer(file)
|
||||||
writer.writerow(row)
|
writer.writerow(row)
|
||||||
mastodon.status_post(greet+accout+reminder+result,visibility="direct")
|
mastodon.status_post(greet+account+reminder+result,visibility="direct")
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue