Merge pull request #49 from BitTheByte/master

Fixed a typing mistake
This commit is contained in:
Swissky 2019-03-15 16:07:18 +01:00 committed by GitHub
commit 47490c1624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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