change settings
This commit is contained in:
@ -15,6 +15,8 @@ def main():
|
||||
continue
|
||||
if case.startswith("Solved"):
|
||||
continue
|
||||
if "Arrow" in case:
|
||||
continue
|
||||
print(f'{case}: "{scramble['alg']}"')
|
||||
covered_cases.add(scramble["raw_alg"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user