mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Change folder path
This commit is contained in:
parent
03d2c9c4ce
commit
5a8b06e62c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ event_date: {year}-{month:02d}-{day:02d}
|
|||
Es ist wieder Vereins-Stammtisch! Wie immer in allen ganzzahlig durch drei teilbaren Kalenderwochen. Das Protokoll dieses Stammtisches findet ihr [hier](https://wiki.netz39.de/stammtisch:{year}:{year}-{month:02d}-{day:02d}).
|
||||
"""
|
||||
|
||||
folder_path = "_events"
|
||||
folder_path = f"../_events/{year}/"
|
||||
filename = f"{year}-{month:02d}-{day:02d}_n39_stammtisch.md"
|
||||
file_path = os.path.join(folder_path, filename)
|
||||
|
||||
|
|
Loading…
Reference in a new issue