Răsfoiți Sursa

removed debug

isundil 8 ani în urmă
părinte
comite
64bc1b2ba3
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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())