Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Atotti committed Nov 14, 2023
1 parent ec9f85f commit b595a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .automation/make_progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class User:
def __init__(self, name, path):
self.name = name
self.path = path
self.progress = [0] * 10
self.progress = [0] * 25


def get_progress() -> List[User]:
Expand Down

0 comments on commit b595a0c

Please sign in to comment.