Browse Source

Default path to captured files changed from '' to 'captures/'

RoGeorge 7 years ago
parent
commit
4e789d845b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      OscScreenGrabLAN.py

+ 1
- 1
OscScreenGrabLAN.py View File

@@ -25,7 +25,7 @@ import os
25 25
 import platform
26 26
 
27 27
 # Update the next lines for your own default settings:
28
-path_to_save = ""
28
+path_to_save = "captures/"
29 29
 save_format = "PNG"
30 30
 IP_DS1104Z = "192.168.1.3"
31 31
 

Loading…
Cancel
Save