Skip to content

Commit

Permalink
Merge branch 'wind-c:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
werbenhu authored Oct 8, 2023
2 parents e5dfe4c + 1c0b22a commit 2796d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ COMMIT;
import bcrypt
salt = bcrypt.gensalt(rounds=10)
hashed = bcrypt.hashpw(b"VeryVerySecretPa55w0rd", salt)
print(f"Password hash for MQTT client: {hashed})
print(f"Password hash for MQTT client: {hashed}")
```
Go snippet:
```go
Expand Down

0 comments on commit 2796d31

Please sign in to comment.