mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
Added refresh time
This commit is contained in:
parent
46daf57cac
commit
0a63576a6a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ async def api_gerty_json(
|
|||
return {
|
||||
"settings": {
|
||||
"refreshTime": gerty.refresh_time,
|
||||
"requestTimestamp": round(time.time()),
|
||||
"requestTimestamp": datetime.fromtimestamp(time.time()).strftime("%e %b %Y at %H:%M"),
|
||||
"nextScreenNumber": next_screen_number,
|
||||
"showTextBoundRect": False,
|
||||
"name": gerty.name
|
||||
|
|
Loading…
Add table
Reference in a new issue