t0mcat / auth_bot

Bot that grants users authorization to channels for which they are moderators of the equivalent subreddit on Reddit.com
GNU General Public License v3.0
1 stars 3 forks source link

Typo in line #28 of snoonet/auth.py #11

Closed t0mcat closed 11 years ago

t0mcat commented 11 years ago

xmlrpx should be xmlrpc.

t0mcat commented 11 years ago

No reason to just catch and then reraise (leftover of logging, perhaps). Will also remove useless try/catch until it's needed again.