From feaf4c10a59f8b91602aa88385bbf097b5c7aae8 Mon Sep 17 00:00:00 2001 From: Miupro Date: Sun, 31 Oct 2021 07:14:39 +0100 Subject: [PATCH] Update dummy_data.py --- dummy_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dummy_data.py b/dummy_data.py index 8244539..a572364 100644 --- a/dummy_data.py +++ b/dummy_data.py @@ -116,5 +116,5 @@ def populate_data(Users, Events): u = Users.get_by_id(239842123) for e in Events: - e.add_review(text="Nice view, good weather. Would recommend.", rating=random.randint(0,5)) + e.add_review(text="Nice view, good weather. Would recommend.", rating=random.randint(4,5)) u.travel_history.append(e) \ No newline at end of file