Spark-NF/twitter_media_downloader

SyntaxError: invalid syntax

thexwts opened this issue · 1 comments

File "twitter_media_downloader.py", line 34
print('Token: ', end='', flush=True)
^
SyntaxError: invalid syntax

Indeed, the script was written for Python 3 initially.

I pushed a fix to import the right things. Tested on Python 2.7.12.