added automatic lead creation for sales email id
diff --git a/startup/schedule_handlers.py b/startup/schedule_handlers.py
index b1ce183..c710c54 100644
--- a/startup/schedule_handlers.py
+++ b/startup/schedule_handlers.py
@@ -33,7 +33,7 @@
 	run_fn(get_job_applications)
 
 	from selling.doctype.lead.get_leads import get_leads
-	run_fn(get_job_applications)
+	run_fn(get_leads)
 
 	from webnotes.utils.email_lib.bulk import flush
 	run_fn(flush)