renfredxh / compilebot

A bot that executes source code in reddit comments

Home Page:http://reddit.com/r/CompileBot/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle_API_exceptions

Axeltherabbit opened this issue · comments

commented

I used your wrapper and I found an error, looks like the first exception should be moved in 3rd position otherwise APIException and ClientException will never be called.

except praw.exceptions.PRAWException as e: