浏览代码

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

RoGeorge 7 年前
父节点
当前提交
4e789d845b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      OscScreenGrabLAN.py

+ 1
- 1
OscScreenGrabLAN.py 查看文件

@@ -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
 

正在加载...
取消
保存