d7gr преди 4 години
родител
ревизия
5f26463aa4
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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()