mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
💡 Change comment
This commit is contained in:
parent
c1e9c490e9
commit
04543d6907
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ Bitte beachtet, dass jede dritte Woche unser Stammtisch ist, wo wir über verein
|
|||
folder_name = "_events"
|
||||
filename_prefix = "n39_freies_hacken"
|
||||
|
||||
|
||||
# Function to generate the markdown content for a specific date
|
||||
def generate_markdown_file(year, month, day):
|
||||
markdown_content = f"""---
|
||||
|
@ -42,7 +43,7 @@ if len(sys.argv) < 2:
|
|||
print(f"Usage: python3 {sys.argv[0]} <year>")
|
||||
sys.exit()
|
||||
|
||||
# Input year
|
||||
# Get year from CLI
|
||||
year = int(sys.argv[1])
|
||||
|
||||
# Calculate Wednesdays
|
||||
|
|
Loading…
Reference in a new issue