stdlize the result print

This commit is contained in:
Lion
2022-07-12 10:40:17 +08:00
parent a27bc6abe9
commit 88462e9983
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ def start_search(dbFile="", cachePolicy="vectorIndex"):
print(error)
return
print(f"region :{region_str} , took {round((time.time()-start)*1000.00, 4)} ms")
print(f"{{region: {region_str} , took: {round((time.time()-start)*1000.00, 4)} ms}}")
# quit
searcher.close()
print("searcher test program exited, thanks for trying")