Remove useless IdentityFromString

Not only it was useless, but it broke the overall/since reset stats
This commit is contained in:
moneromooo 2015-01-31 19:56:01 +00:00
parent 14b70927c6
commit f8bb34ec44
1 changed files with 0 additions and 1 deletions

View File

@ -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")