Merge pull request #38 from erduotong/main

Update DR-start.py
This commit is contained in:
shenjack 2023-07-11 18:18:53 +08:00 committed by GitHub
commit cd04d9b296
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()