Advertisement
kopyl

Untitled

Jun 12th, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.53 KB | None | 0 0
  1. main.py lines:
  2.  
  3. 1459 – apply_to_design_jobs_loop
  4. apply_to_design_jobs()
  5.  
  6. 973 – apply_to_design_jobs
  7. Job(job_id).send_to_telegram_without_question(
  8.  
  9. 500 – send_to_telegram_without_question
  10. self.gen_stats_for_job_applying_report()
  11.  
  12. 406 – gen_stats_for_job_applying_report
  13. amount_jobs_applied_this_month =
  14. get_amount_jobs_applied_this_month()
  15.  
  16. 119 – get_amount_jobs_applied_this_month
  17. jobs_applied_this_month = [
  18.  
  19. 119<listcomp>
  20. jobs_applied_this_month = [
  21.  
  22. pymongo.errors.AutoReconnect: connection closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement