Contacts data text fix

This commit is contained in:
CHIEFSOFT\ameye
2025-07-05 08:25:56 -04:00
parent bf08bb950d
commit a192beb378
+1 -1
View File
@@ -51,7 +51,7 @@ class ContactService(BaseService):
calDate = datetime.datetime.utcnow() + datetime.timedelta(minutes=180 * random.randint(1, 20))
new_l = {
"uid": "425611f2-c692-4404-b93d-76ca7a5ce7" + str(x),
"title": "Calendar Random Item on " + str(x),
"title": "Contact Random Item on " + str(x),
"category": cat_list[random.randint(0, 3)],
"added": calDate,
"sender": "Firstname Lastname" + str(random.randint(1, 4)),