Merge pull request #1954 from Ralim/discip-patch-1
YY-MM-DD => YYYY-MM-DD
This commit is contained in:
@@ -152,7 +152,7 @@ def get_constants() -> List[Tuple[str, str]]:
|
||||
|
||||
def get_debug_menu() -> List[str]:
|
||||
return [
|
||||
datetime.today().strftime("%y-%m-%d"),
|
||||
datetime.today().strftime("%Y-%m-%d"),
|
||||
"ID ",
|
||||
"ACC ",
|
||||
"PWR ",
|
||||
|
||||
Reference in New Issue
Block a user