mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Fixed a typing mistake
This commit is contained in:
parent
9d1ebbacdb
commit
87b2ae3ef1
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
result = s3.list_buckets()
|
||||
print(result)
|
||||
except Exception as e:
|
||||
print(e
|
||||
print(e)
|
||||
```
|
||||
|
||||
## AWS Configuration
|
||||
|
|
Loading…
Reference in a new issue