From 9957152869fe002619b6105be2207fbcdd509075 Mon Sep 17 00:00:00 2001 From: mhoeschle <mhoeschle> Date: Wed, 12 Jul 2023 17:21:36 +0200 Subject: [PATCH] change comments --- netconnect.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netconnect.py b/netconnect.py index a226422..10cbc56 100644 --- a/netconnect.py +++ b/netconnect.py @@ -49,7 +49,7 @@ def connectnet(): # For testing - D:\ is external HHD # If no Harddrive is needed to run the code this lines shouldn't be activated! - #LOCALDIRECTORIES = [f"\\\\{server}\\c\\"] + # LOCALDIRECTORIES = [f"\\\\{server}\\c\\"] # ['C:\\', 'U:\\', 'V:\\', 'W:\\', 'X:\\', 'Y:\\', 'Z:\\'] for the DVR's try: @@ -63,12 +63,12 @@ def connectnet(): # Start script to for camera manipulation with pypylone: # List current current cameras - BaslerChangeParameter.listcam() + # BaslerChangeParameter.listcam() # connect to the following cameras # BaslerChangeParameter.opencam() - #directories = smbclient.listdir(f"\\\\{server}\\c\\") + # directories = smbclient.listdir(f"\\\\{server}\\c\\") # print(directories) # smbclient.(f"\\\\{server}\\c\\") -- GitLab