scanfix-debug

This commit is contained in:
2024-09-29 11:28:38 +03:00
parent 45f3774a1e
commit 4b517441ee

View File

@@ -37,6 +37,7 @@ async def get_average_pattern(pattern):
if scr is not None:
try:
score = int(scr) # Convert to integer
print(score)
scores.append(score)
except ValueError:
logger.warning(f"Value for key {key} is not an integer: {scr}")