1
0
forked from me/IronOS

Merge pull request #1952 from Ralim/discip-patch-1

changed date format to YYYY-MM-DD
This commit is contained in:
discip
2024-07-23 16:22:54 +02:00
committed by GitHub

View File

@@ -152,7 +152,7 @@ def get_constants() -> List[Tuple[str, str]]:
def get_debug_menu() -> List[str]:
return [
datetime.today().strftime("%d-%m-%y"),
datetime.today().strftime("%y-%m-%d"),
"ID ",
"ACC ",
"PWR ",