소스 검색

removed debug

isundil 8 년 전
부모
커밋
64bc1b2ba3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      updateWallpaper.py

+ 0 - 1
updateWallpaper.py

@@ -20,7 +20,6 @@ class BingWallpaperChanger:
         os.system(self.wallpaperCmd)
 
     def updateLatest(self):
-        print("test")
         http = urllib3.PoolManager(
                 cert_reqs='CERT_REQUIRED',
                 ca_certs=certifi.where())