1
0
Fork 0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2024-05-11 22:06:04 +02:00

Fixed a typing mistake

This commit is contained in:
Ahmed Ezzat 2019-03-15 16:09:58 +02:00 committed by GitHub
parent 9d1ebbacdb
commit 87b2ae3ef1
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
result = s3.list_buckets()
print(result)
except Exception as e:
print(e
print(e)
```
## AWS Configuration