1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Remove unused file

This commit is contained in:
Mo 2022-08-08 15:26:55 +02:00
parent 618c503108
commit d928cd45a6

View file

@ -1,11 +0,0 @@
from datetime import datetime
from ..terminal_utils import box, spaced_hl
def show_update_datetime():
spaced_hl()
dt = datetime.now().strftime("%d.%m.%Y %H:%M:%S")
box(dt, "Update on")