Skip to content

Commit

Permalink
Update githubapp/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Murrell <[email protected]>
  • Loading branch information
kalisb and Jared Murrell authored Apr 27, 2021
1 parent ad941d2 commit fc9129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
rootlogger.warn(e)
TEST_MODE = False
# Check if should add member to organization
ADD_MEMBER = os.getenv("ADD_MEMBER", "False") == "True"
TEST_MODE = strtobool(os.environ.get("ADD_MEMBER", "False"))

0 comments on commit fc9129b

Please sign in to comment.