소스 검색

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
 

Loading…
취소
저장