BlitzKraft / saythanks.io

Spreading Thankfulness in Open Source.
https://saythanks.io
1.26k stars 153 forks source link

Exact exception has been captured and thrown #173

Closed Pavithratrdev closed 2 years ago

Pavithratrdev commented 2 years ago

Exact exception has been captured and thrown - Fixed - #168

kgashok commented 2 years ago

@Professor-Sathish, @Pavithratrdev You need to catch specific exceptions:

  1. for db.query(), I see at least one:

  2. An IndexError exception for the bool(r[0]['email_enabled']) expression on Line 122 and Line 142?

    • and why is Line 143 wrongly indented?