Update benchmarking

This commit is contained in:
Anton Osika
2023-06-18 15:02:42 +02:00
parent c999f7c2c8
commit 4a212d968d
2 changed files with 43 additions and 19 deletions

View File

@@ -143,9 +143,9 @@ def execute_entrypoint(ai, dbs):
print()
print(command)
print()
print('If yes, type "yes". If no, press enter.')
print('If yes, press enter. Otherwise, type "no"')
print()
if input().lower() != "yes":
if input() != "":
print("Ok, not executing the code.")
return []
print("Executing the code...")