Skip to content

Commit 6f3d146

Browse files
author
Tim Schneider
committed
Removed duplicate control token check in RobotWebSession
1 parent e08c18e commit 6f3d146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

franky/robot_web_session.py

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ def release_control(self):
102102
self.__control_token_id = None
103103

104104
def enable_fci(self):
105-
self.__check_control_token()
106105
self.send_control_api_request(
107106
"/desk/api/system/fci", headers={"content-type": "application/x-www-form-urlencoded"},
108107
body=f"token={urllib.parse.quote(base64.b64encode(self.__control_token.encode('ascii')))}")

0 commit comments

Comments
 (0)