sshell / reddit-analyzer

find out when and where someone is posting to reddit
127 stars 15 forks source link

Handle missing 'created_utc' #6

Open maxxer opened 4 years ago

maxxer commented 4 years ago
 --- fetching data for user: ?? ---

Traceback (most recent call last):
  File "reddit-analyzer.py", line 64, in <module>
    lastpost = postdata[0]['created_utc']
IndexError: list index out of range
novitae commented 3 years ago

same