fix range
This commit is contained in:
@@ -54,7 +54,7 @@ class CommentsService(BaseService):
|
|||||||
new_l = {
|
new_l = {
|
||||||
"uid": "425611f2-c692-4404-b93d-76ca7a5ce7" + str(x),
|
"uid": "425611f2-c692-4404-b93d-76ca7a5ce7" + str(x),
|
||||||
"title": "Random Site Comments Item on " + 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,
|
"added": calDate,
|
||||||
"sender": "Firstname Lastname" + str(random.randint(1, 4)),
|
"sender": "Firstname Lastname" + str(random.randint(1, 4)),
|
||||||
"message": dummy_message()
|
"message": dummy_message()
|
||||||
|
|||||||
Reference in New Issue
Block a user