Faerbit / daily-twitter-poster

Posts daily a predetermined message on twitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

list index out of range

jhedev opened this issue · comments

When running python3 bot.py I get

Traceback (most recent call last):
  File "bot.py", line 19, in <module>
    message = message + data.data[today.month][today.day]
IndexError: list index out of range

Fixed by this commit.