Update DR-start.py

This commit is contained in:
erduotong 2023-07-11 18:13:40 +08:00 committed by GitHub
parent ca8f5a984a
commit 86d298109e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()