fix function decoding

This commit is contained in:
Marco Lents 2025-11-14 12:09:08 +01:00
parent aaa372fe21
commit d2fac39099
2 changed files with 56 additions and 5 deletions

View file

@ -14,4 +14,5 @@ description = "Crawls the website of the german parlament and tracks any changes
dependencies = [
"beautifulsoup4",
"requests",
"gitpython"
]