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