Remove useless IdentityFromString

Not only it was useless, but it broke the overall/since reset stats
master
moneromooo 9 years ago
parent 14b70927c6
commit f8bb34ec44

@ -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…
Cancel
Save