diff --git a/app/api/services/contacts.py b/app/api/services/contacts.py index 7294739..5020e52 100644 --- a/app/api/services/contacts.py +++ b/app/api/services/contacts.py @@ -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)),