main.py aktualisiert

This commit is contained in:
2025-07-03 10:44:54 +02:00
parent e8366a9ab4
commit 3a4f579f05

View File

@@ -533,6 +533,8 @@ def generate_fill_sequence():
w, h, rot = int(parts[0]), int(parts[1]), parts[2].strip().lower() == 'true'
sequence.append({'w': w, 'h': h, 'rotated': rot})
case_sequence = sequence
print(f"Anzahl erkannter Sets: {len(sets)}")
except:
case_sequence = [{'w': 2, 'h': 1, 'rotated': False}, {'w': 1, 'h': 2, 'rotated': False}]