main.py aktualisiert
This commit is contained in:
2
main.py
2
main.py
@@ -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}]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user