d7gr 4 anni fa
parent
commit
5f26463aa4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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()