From 86d298109e4c1f86b4838b587c5e8c80e26d43cd Mon Sep 17 00:00:00 2001 From: erduotong <109658174+erduotong@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:13:40 +0800 Subject: [PATCH] Update DR-start.py --- DR-start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DR-start.py b/DR-start.py index 8b3512f..f40cd94 100644 --- a/DR-start.py +++ b/DR-start.py @@ -39,7 +39,7 @@ def modify_path() -> None: if __name__ == '__main__': - print(hi) # hi! + print(hi,f"\n{time.ctime()}") # hi! # 记录启动信息 start_time_ns = time.time_ns() start_time_perf_ns = time.perf_counter_ns()