This commit is contained in:
carnal0wnage
2018-04-18 20:51:53 -04:00
parent 1d0cad4395
commit 51b6a6d205
5 changed files with 65 additions and 15 deletions

View File

@@ -60,9 +60,9 @@ def method_create():
# Need to figure out if we have keys in the ENV or not
if AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY:
try:
perform_credential_check()
else:
except:
print("Please supply keys as outlined in our README.md file")
# exit(1)