Skip to content

Commit ad7d552

Browse files
authored
Update corebench.py
1 parent 380fef4 commit ad7d552

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

corebench/corebench.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ def test_speed():
14591459
elif index == 5:
14601460
request_api_key()
14611461
else:
1462-
print(f"{colours.red()}Invalid command{colours.reset()}")
1462+
pass
1463+
#print(f"{colours.red()}Invalid command{colours.reset()}")
14631464
except KeyboardInterrupt:
14641465
print(f"{colours.red()}Test cancelled{colours.reset()}.")

0 commit comments

Comments
 (0)