git_webhook.py: rewrite comment to reflect the reality
This commit is contained in:
parent
13d46ad901
commit
2ea2ce8e54
@ -34,7 +34,7 @@ class HttpHandler(BaseHTTPRequestHandler):
|
|||||||
self.send_response(400)
|
self.send_response(400)
|
||||||
return
|
return
|
||||||
|
|
||||||
# Don't make em wait.
|
# todo: This way of doing it blocks both parties. Not ideal.
|
||||||
self.send_response(200)
|
self.send_response(200)
|
||||||
|
|
||||||
subprocess.run(["git", "pull"])
|
subprocess.run(["git", "pull"])
|
||||||
|
Loading…
Reference in New Issue
Block a user