From 6a88014fb16207347603498e4f3a3c4d823e7f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20Michel=20Gori=C3=9Fen?= <leon.gorissen@llt.rwth-aachen.de> Date: Fri, 17 May 2024 11:58:39 +0200 Subject: [PATCH] Update cli.py --- franka_lock_unlock/scripts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/franka_lock_unlock/scripts/cli.py b/franka_lock_unlock/scripts/cli.py index cde6fad..8e4b2c6 100755 --- a/franka_lock_unlock/scripts/cli.py +++ b/franka_lock_unlock/scripts/cli.py @@ -11,7 +11,7 @@ # https://github.com/frankaemika/libfranka/issues/63 # https://github.com/ib101/DVK/blob/master/Code/DVK.py -# TODO test break locking +# TODO username and IP from env var. import requests from urllib.parse import urljoin -- GitLab