瀏覽代碼

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())