Merge pull request #614 from bl13pbl03p/patch-1

Update werkzeug.md | Replaced md5 with sha1
This commit is contained in:
Carlos Polop 2023-04-09 17:19:32 +02:00 committed by GitHub
commit 51579a95f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ print(rv)
```
{% hint style="success" %}
If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of md5.
If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of sha1.
{% endhint %}
## References