Skip to content
Snippets Groups Projects
Verified Commit 4201e1ea authored by murych's avatar murych
Browse files

not showing post author

parent ee56b6b9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -15,7 +15,9 @@ class User(object):
author_link = 'https://vk.com/id' + str(self.user['uid'])
author_icon = self.user['photo_50']
 
return author_name, author_link, author_icon
# return author_name, author_link, author_icon
# returning nothing to provide anonymity
return None, None, None
 
 
class Group(object):
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment