Skip to content

Commit

Permalink
remove timeout env
Browse files Browse the repository at this point in the history
  • Loading branch information
Povilas Susinskas committed Mar 10, 2017
1 parent 3e64187 commit b3115d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions git_wipe/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@
# Github access token used for git-wipe cli tool
GIT_WIPE_TOKEN = os.environ.get('GIT_WIPE_TOKEN')

# Github requester timeout in seconds
GIT_WIPE_TIMEOUT = os.environ.get('GIT_WIPE_TIMEOUT')
if GIT_WIPE_TIMEOUT is None:
GIT_WIPE_TIMEOUT = 30
else:
GIT_WIPE_TIMEOUT = int(GIT_WIPE_TOKEN)

0 comments on commit b3115d3

Please sign in to comment.