From eb36f2d7b624cc3c4187c25f23817373d0f47ef5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Thu, 6 Jul 2023 10:41:05 +0200 Subject: [PATCH] last update --- build.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.py b/build.py index 5c4a630..7b19b38 100755 --- a/build.py +++ b/build.py @@ -1,5 +1,6 @@ #! /usr/bin/env python3 +import datetime import os import subprocess @@ -30,6 +31,7 @@ def main(): with open(link_svg, 'br') as f: link_text = f.read().decode('u8') page_file = os.path.join(web, 'index.html') + timestamp = datetime.datetime.now().strftime('%Y/%m/%d %H:%M:%S') page_text = f'''\ @@ -179,6 +181,11 @@ def main(): + +