re-fix a couple of errors from previous merges

This commit is contained in:
sqlcoder
2009-05-03 01:24:10 +01:00
parent 5111eb1a8f
commit 1b82ad7f65
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -202,8 +202,6 @@ class Database:
for name, val in zip(colnames, row):
t_dict[name.lower()] = val
# print t_dict
t_dict['screen_name'] = names[t_dict['player_id']]
t_dict['seat'] = seats[t_dict['player_id']]
stat_dict[t_dict['player_id']] = t_dict
return stat_dict