From 50b05b60a54c729524750812a2b3e52ca21229a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Thu, 24 Oct 2024 14:02:53 +0200 Subject: [PATCH] clean up --- bin/getUSBport.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/getUSBport.py b/bin/getUSBport.py index d7ae0fc..a12a57d 100644 --- a/bin/getUSBport.py +++ b/bin/getUSBport.py @@ -3,8 +3,6 @@ import sys import labhw - -name = 'Arduino__www_arduino_cc__75833353035351903182' name = sys.argv[1] devices = labhw.list_USB_devices()