move print message to log
This commit is contained in:
parent
85242f13cb
commit
18b0a47555
|
@ -474,8 +474,9 @@ class Database:
|
||||||
else:
|
else:
|
||||||
h_seats_min, h_seats_max = 0, 10
|
h_seats_min, h_seats_max = 0, 10
|
||||||
print "bad h_seats_style value:", h_seats_style
|
print "bad h_seats_style value:", h_seats_style
|
||||||
print "opp seats style", seats_style, "hero seats style", h_seats_style
|
log.info("opp seats style %s %d %d hero seats style %s %d %d"
|
||||||
print "opp seats:", seats_min, seats_max, " hero seats:", h_seats_min, h_seats_max
|
% (seats_style, seats_min, seats_max
|
||||||
|
,h_seats_style, h_seats_min, h_seats_max) )
|
||||||
|
|
||||||
if hud_style == 'S' or h_hud_style == 'S':
|
if hud_style == 'S' or h_hud_style == 'S':
|
||||||
self.get_stats_from_hand_session(hand, stat_dict, hero_id
|
self.get_stats_from_hand_session(hand, stat_dict, hero_id
|
||||||
|
|
Loading…
Reference in New Issue
Block a user