frissyn / ReplCustoms

A database of users, posts, and comments from the ReplTalk API
https://rc.frissyn.repl.co
MIT License
15 stars 4 forks source link

Unneccessary repetition. #7

Closed D4RKW1NT3R closed 4 years ago

D4RKW1NT3R commented 4 years ago

On line 78 you have "except Exception:" you shouldn't need the exception part because of the "try, except" which checks for exceptions already.