Drop satoshit quote font size
This commit is contained in:
parent
454ae1bf95
commit
a1fbd10561
1 changed files with 2 additions and 2 deletions
|
|
@ -236,9 +236,9 @@ async def get_satoshi_quotes():
|
|||
quote = await api_gerty_satoshi()
|
||||
if quote:
|
||||
if quote['text']:
|
||||
text.append(get_text_item_dict(quote['text'], 15))
|
||||
text.append(get_text_item_dict(quote['text'], 12))
|
||||
if quote['date']:
|
||||
text.append(get_text_item_dict(quote['date'], 15))
|
||||
text.append(get_text_item_dict("Satoshi Nakamoto - {0}".format(quote['date']), 15))
|
||||
return text
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue