diff --git a/netconnect.py b/netconnect.py
index a226422edfaeadaafb8c7c2f6f15147ae14d94e6..10cbc5698da1b701582bcb28ca15a7ad10e03f11 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\\")