This commit is contained in:
cubernetes 2023-08-11 11:18:09 +02:00
parent 7e939522dd
commit f1638afb09
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def main() -> NoReturn:
while True:
if found_hands():
start_game()
sleep(2)
sleep(1)
if __name__ == '__main__':
main()