Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Sep 24, 2018
1 parent 76864ee commit 342fc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeptracy/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def patton(method, dependencies):
timeout=10)

if response.status_code != 200:
print("Something went wrong!", response.staus_code, response.text)
print("Something went wrong!", response.status_code, response.text)
return
else:
vulns = response.json()
Expand Down

0 comments on commit 342fc2f

Please sign in to comment.