Compare commits
2 Commits
feb00df8c5
...
aca8c90a38
Author | SHA1 | Date | |
---|---|---|---|
|
aca8c90a38 | ||
|
b721f2a888 |
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,8 @@
|
||||
data
|
||||
**.*mp4
|
||||
**.*json
|
||||
.venv
|
||||
venv
|
||||
outputs/
|
||||
__pycache__
|
||||
*.zip
|
||||
|
@ -93,7 +93,7 @@ def map_config_to_workout_file(config):
|
||||
)
|
||||
for item in config['exercises']
|
||||
]
|
||||
sessions = [create_workout_session(items)] * config['n_sessions']
|
||||
sessions = [create_workout_session(items)] * config.get('n_sessions', 1)
|
||||
db = create_workout_database(config['name'], sessions)
|
||||
return db
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user