diff --git a/app/api/services/comments.py b/app/api/services/comments.py index e232a05..95beccf 100644 --- a/app/api/services/comments.py +++ b/app/api/services/comments.py @@ -54,7 +54,7 @@ class CommentsService(BaseService): new_l = { "uid": "425611f2-c692-4404-b93d-76ca7a5ce7" + str(x), "title": "Random Site Comments Item on " + str(x), - "category": cat_list[random.randint(0, 3)], + "category": cat_list[random.randint(0, 1)], "added": calDate, "sender": "Firstname Lastname" + str(random.randint(1, 4)), "message": dummy_message()