Update werkzeug.md | Replaced md5 with sha1

Corrected sentence `If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of md5.` 

To

`If you are on an **old version** of Werkzeug, try changing the **hashing algorithm to md5** instead of sha1.`
This commit is contained in:
bl13bl03p 2023-04-05 19:08:32 +02:00 committed by GitHub
parent 2197a2102f
commit e28194bcef
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