added commect to explain what the script does

This commit is contained in:
eclipse 2025-07-15 23:13:00 +02:00
parent 86f62b282b
commit b9c2b044ff

View File

@ -1,6 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf8 -*- # -*- coding: utf8 -*-
"""
Helper script that normalizes all existing date entries in the DB's "Werk" table to the format "YYYY[-MM[-DD]]".
"""
from flask import Flask from flask import Flask
from dotenv import load_dotenv from dotenv import load_dotenv
import os import os