commit | 7fa0ba51c3d24584482d503fbe2f80bb908511d7 | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Sun Apr 03 22:21:21 2022 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 03 22:21:21 2022 +0200 |
tree | 14c2a4d05f0a1ddcfe4501e98809f6e03b4d8ddf | |
parent | 760e7d6d735ea8ce931a8d50eeac70ade09fceb4 [diff] |
Remove debug flag
diff --git a/server/plugins/github.py b/server/plugins/github.py index ca51772..fb7382f 100644 --- a/server/plugins/github.py +++ b/server/plugins/github.py
@@ -7,7 +7,7 @@ import asyncio GRAPHQL_URL = "https://api.github.com/graphql" -DEBUG = True # We don't wanna do the PUT/DELETE right now, so let's not... +DEBUG = False # Set to True to disable GitHub API calls class GitHubOrganisation: