Font size changes on onchain data dashboard

This commit is contained in:
Black Coffee
2022-10-20 17:04:34 +01:00
parent 82d4933d74
commit 65a3e4feb2
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ async def get_mining_dashboard(gerty):
text = []
stat = r.json()["remainingTime"]
text.append(get_text_item_dict("Time to next difficulty adjustment", 12))
text.append(get_text_item_dict(get_time_remaining(stat / 1000, 3), 20))
text.append(get_text_item_dict(get_time_remaining(stat / 1000, 3), 12))
areas.append(text)
# difficultyChange