joaquinlpereyra / twitterImgBot

Ever wanted to randomly tweet pictures from a folder? No? Well, maybe you do now.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax

syphon5 opened this issue · comments

Receive following error when running the twitterbot.py script. My setup is "Python 3.5.1 |Anaconda 4.0.0 (64-bit)|"

File "twitterbot.py", line 69
media = random.choice(media_list)
^
SyntaxError: invalid syntax

I recently merged a pull request without testing in. My bad. The syntax error should be fixed now, try redowloading the file and let me know how this went.

Boom. Sync'd and it works. Thanks!