This commit is contained in:
NikolajDanger
2022-11-02 15:12:29 +01:00
parent 374c321c4c
commit 12bcfe412f

View File

@ -132,4 +132,4 @@ def main():
if __name__ == "__main__":
start = time.time()
main()
print(f"Drove for {start - time.time()} seconds")
print(f"Drove for {time.time() - start} seconds")