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