Update main.py

This commit is contained in:
Yunus AYDIN 2024-07-25 21:50:27 +03:00 committed by GitHub
parent 8ed3a9a32e
commit b9e36a0285
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ def puzzle_test(driver):
if numbers:
result = int(numbers[0])
else:
result = None
result = 0
if result < 110:
result = 90
all_results.append(result)