Update plugin.py
This commit is contained in:
parent
6cf4d65257
commit
cc39dff07d
|
|
@ -87,7 +87,7 @@ class Cayenne(callbacks.Plugin):
|
|||
else:
|
||||
self.log.error("Received unexpected response from http://edgecats.net/random")
|
||||
except:
|
||||
self.log.exception("Error fetching URL")
|
||||
self.log.exception("Error fetching URL")
|
||||
|
||||
def doPrivmsg(self, irc, msg):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue