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