Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

populated new user #40

Merged
merged 2 commits into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Scripts/bootstrap_database_rv.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def clear_calories_db():

if __name__ == '__main__':
# Add email and database will be populated with random values for that email
add_fake_values_to_database('[email protected]', 30)
add_fake_negetive_values_to_database('[email protected]', 30)
add_fake_values_to_database('[email protected]', 30)
add_fake_negetive_values_to_database('[email protected]', 30)

# Uncomment this line to clear calories collection
# clear_calories_db()
Loading