fix range

This commit is contained in:
CHIEFSOFT\ameye
2025-09-08 17:11:42 -04:00
parent ef53fcf03e
commit 22ee86a198
+1 -1
View File
@@ -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()