Browse Source

Return 200 because some things are dumb.

master
Chris Smith 5 years ago
parent
commit
bb52fcbdc9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      main.py

+ 1
- 1
main.py View File

@@ -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__":

Loading…
Cancel
Save