mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Add a missing error log
This commit is contained in:
parent
fe3571e603
commit
f81a7a8b20
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ def Tip(nick,chan,cmd):
|
||||||
p.execute()
|
p.execute()
|
||||||
SendTo(sendto,"%s has tipped %s %s" % (nick, who, AmountToString(units)))
|
SendTo(sendto,"%s has tipped %s %s" % (nick, who, AmountToString(units)))
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
log_error("Tip: Error updating redis: %s" % str(e))
|
||||||
SendTo(sendto, "An error occured")
|
SendTo(sendto, "An error occured")
|
||||||
return
|
return
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue