mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 10:26:09 +00:00
Fixed a typing mistake
This commit is contained in:
parent
9d1ebbacdb
commit
87b2ae3ef1
@ -40,7 +40,7 @@
|
||||
result = s3.list_buckets()
|
||||
print(result)
|
||||
except Exception as e:
|
||||
print(e
|
||||
print(e)
|
||||
```
|
||||
|
||||
## AWS Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user