Skip to content
Snippets Groups Projects
Commit eec24ec5 authored by murych's avatar murych
Browse files

fixed community name

parent 2e3caa28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,7 +60,7 @@ class Post(object):
self.text = post['text']
self.ts = post['date']
self.color = '#0093DA'
self.footer = 'Lambda ФРЭЛА | Лямбда'
self.footer = 'Lambda'
self.footer_icon = 'http://lambda-it.ru/static/img/lambda_logo_mid.png'
if attachments:
try:
Loading
Loading
@@ -107,7 +107,7 @@ class Repost(Post):
Post.__init__(self, post=repost)
self.text = repost['text']
self.ts = repost['date']
self.color = '#2393DA'
self.color = '#1C6047'
self.footer, self.footer_icon = self.get_footer(repost)
try:
if repost['attachments']:
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