diff options
Diffstat (limited to 'GitAutoDeploy.py')
-rwxr-xr-x | GitAutoDeploy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GitAutoDeploy.py b/GitAutoDeploy.py index 3e21954..0320f71 100755 --- a/GitAutoDeploy.py +++ b/GitAutoDeploy.py @@ -39,6 +39,7 @@ class GitAutoDeploy(BaseHTTPRequestHandler): for path in paths: self.pull(path) self.deploy(path) + self.respond() def parseRequest(self): length = int(self.headers.getheader('content-length')) |