From c6451308d7c3621c7a890cc6121cac2a8c643612 Mon Sep 17 00:00:00 2001 From: Taiju Yamada Date: Thu, 31 Oct 2024 08:57:02 +0900 Subject: [PATCH] code review --- python/mujinwebstackclient/webstackclient.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/mujinwebstackclient/webstackclient.py b/python/mujinwebstackclient/webstackclient.py index 4133259..f070efe 100644 --- a/python/mujinwebstackclient/webstackclient.py +++ b/python/mujinwebstackclient/webstackclient.py @@ -1097,7 +1097,6 @@ def Restore(self, file, restoreconfig=True, restoremedia=True, restoreapps=True, 'config': 'true' if restoreconfig else 'false', 'apps': 'true' if restoreapps else 'false', 'itl': 'true' if restoreitl else 'false', - 'state': 'true' if restorestate else 'false', 'eds': 'true' if restoreeds else 'false', 'iodd': 'true' if restoreiodd else 'false', }, timeout=timeout)