Bug fixes
This commit is contained in:
		| @@ -50,7 +50,7 @@ def unix(date_str): | ||||
| def make_comment(i): | ||||
|     c = {} | ||||
|     try: | ||||
|         c['author'] = i['commenting_user']['username'] | ||||
|         c['author'] = i['commenting_user'] | ||||
|     except KeyError: | ||||
|         c['author'] = '' | ||||
|     c['score'] = i.get('score', 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user