Explorar el Código

remove return

d7gr hace 4 años
padre
commit
5f26463aa4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      auto_website_update.py

+ 0 - 1
auto_website_update.py

@@ -25,7 +25,6 @@ class AutoWebsiteUpdate:
                 request.body.read(int(request.header["Content-Length"]))
                 if int(request.headers.get("Content-Length", 0)) > 0
                 else ""  
-        return
 
 if __name__ == "__main__":
     autoWebsiteUpdate = AutoWebsiteUpdate()