diff --git a/frontend/routes/tables.py b/frontend/routes/tables.py index 4400440..72e496b 100644 --- a/frontend/routes/tables.py +++ b/frontend/routes/tables.py @@ -202,7 +202,7 @@ def get_table_qrcode(table_id): params={"access_token": wx_token_cache['access_token']}, json={ "path": f"/pages/timer/timer?table_id={table_id}", - "env_version": "trial", + "env_version": "release", "width": 280 } )