mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Remove unused file
This commit is contained in:
parent
618c503108
commit
d928cd45a6
1 changed files with 0 additions and 11 deletions
|
@ -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")
|
|
Loading…
Reference in a new issue