SubhrajitPrusty/codex-github

Add exception handling and logging

Closed this issue · 6 comments

  • Add exception handling in case of wrong usernames and changed usernames, or database access failure.
    Any unforseeable changes should not take down the website.
  • Add logging

Hey! Can I take this up?

Hey. Correct me if I am wrong. I need to add a try block in userdata.py to check for valid username and try block in update.py to check for database access. Is this right?

Hey! I've open a PR #131. Could you take a look and get back to me if there are any issues?

fixed by #131