Ver código fonte

Return 200 because some things are dumb.

master
Chris Smith 6 anos atrás
pai
commit
bb52fcbdc9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      main.py

+ 1
- 1
main.py Ver arquivo

@@ -53,7 +53,7 @@ def handle_hook(service, identifier, hash):
53 53
 
54 54
     handle_events(services[service].accept_hook(identifier, request) or [])
55 55
 
56
-    return "", 204
56
+    return "", 200
57 57
 
58 58
 
59 59
 if __name__ == "__main__":

Carregando…
Cancelar
Salvar