Skip to content

Commit

Permalink
Update zva_wmk_de.py
Browse files Browse the repository at this point in the history
formating python
  • Loading branch information
Demel75 authored Dec 11, 2024
1 parent 361b7f1 commit cb89d73
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ def fetch(self):
return entries

def _fetch_year(self, year):
match year:
match year:
case 2021:
yearstr="-2021"
yearstr="-2021"
case 2023:
yearstr="-2023"
yearstr="-2023"
case 2024:
yearstr=""
yearstr=""
case 2025:
yearstr="-2020"
case _:
Expand Down

0 comments on commit cb89d73

Please sign in to comment.