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 {
|
return {
|
||||||
"settings": {
|
"settings": {
|
||||||
"refreshTime": gerty.refresh_time,
|
"refreshTime": gerty.refresh_time,
|
||||||
"requestTimestamp": round(time.time()),
|
"requestTimestamp": datetime.fromtimestamp(time.time()).strftime("%e %b %Y at %H:%M"),
|
||||||
"nextScreenNumber": next_screen_number,
|
"nextScreenNumber": next_screen_number,
|
||||||
"showTextBoundRect": False,
|
"showTextBoundRect": False,
|
||||||
"name": gerty.name
|
"name": gerty.name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue