Disable debug

This commit is contained in:
Black Coffee 2022-09-29 22:01:28 +01:00
parent 2135fd8656
commit ff198d4728

View file

@ -140,7 +140,7 @@ async def api_gerty_json(
"refreshTime": gerty.refresh_time,
"requestTimestamp": round(time.time()),
"nextScreenNumber": next_screen_number,
"showTextBoundRect": True,
"showTextBoundRect": False,
"name": gerty.name
},
"screen": {