sat quote font size to 15
This commit is contained in:
parent
ce398d26c3
commit
5a2aa8b42b
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ async def get_satoshi_quotes():
|
||||||
quote = await api_gerty_satoshi()
|
quote = await api_gerty_satoshi()
|
||||||
if quote:
|
if quote:
|
||||||
if quote['text']:
|
if quote['text']:
|
||||||
text.append(get_text_item_dict(quote['text'], 12))
|
text.append(get_text_item_dict(quote['text'], 15))
|
||||||
if quote['date']:
|
if quote['date']:
|
||||||
text.append(get_text_item_dict("Satoshi Nakamoto - {0}".format(quote['date']), 15))
|
text.append(get_text_item_dict("Satoshi Nakamoto - {0}".format(quote['date']), 15))
|
||||||
return text
|
return text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue