mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Remove useless IdentityFromString
Not only it was useless, but it broke the overall/since reset stats
This commit is contained in:
parent
14b70927c6
commit
f8bb34ec44
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ def RecordGameResult(link,game,win,lose,units):
|
|||
raise
|
||||
|
||||
def ShowGameStats(link,sidentity,title,game):
|
||||
identity=IdentityFromString(link,sidentity)
|
||||
tname="%s:stats:"%game+sidentity
|
||||
try:
|
||||
bets=redis_hget(tname,"bets")
|
||||
|
|
Loading…
Reference in a new issue