Skip to content

Commit

Permalink
Update seeder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 authored Apr 18, 2024
1 parent 3034024 commit 3be35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/seeders/seeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def seed_submissions(faker, count: int = 4_000):
[
faker.date_this_month(),
choice(groups),
True
faker.boolean(chance_of_getting_true=80)
]
for _ in range(count)
]
Expand Down

0 comments on commit 3be35ab

Please sign in to comment.