mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
rain: fix bug in small rain user enumeration
This commit is contained in:
parent
571b70a865
commit
8bd6ae714c
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ def Rain(link,cmd):
|
||||||
a = GetAccount(user)
|
a = GetAccount(user)
|
||||||
pipe.hincrby("balances",a,user_units)
|
pipe.hincrby("balances",a,user_units)
|
||||||
if enumerate_users:
|
if enumerate_users:
|
||||||
msg = msg + " " + NickFromIdentity(user)
|
msg = msg + " " + NickFromIdentity(user.identity())
|
||||||
pipe.execute()
|
pipe.execute()
|
||||||
link.send("%s" % msg)
|
link.send("%s" % msg)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue