Skip to content

Commit

Permalink
fix verbose mode flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Jul 22, 2020
1 parent 6dc8ee9 commit 373bbf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deadseeker.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def make_statuscode_request(self, req):

# read env variables
website_url = os.environ['INPUT_WEBSITE_URL']
verbose = os.environ['INPUT_VERBOSE'] == 'True'
verbose = os.environ['INPUT_VERBOSE']
print("Checking website: " + str(website_url))
print("Verbose mode on: " + str(verbose))

Expand Down

0 comments on commit 373bbf8

Please sign in to comment.