debugging output in read_stdin function, remove later!!
This commit is contained in:
parent
053b3a9b10
commit
31d40a6274
|
@ -101,6 +101,7 @@ def read_stdin(source, condition, db_name):
|
|||
new_hand_id = sys.stdin.readline()
|
||||
if new_hand_id == "":
|
||||
destroy()
|
||||
print "new_hand_id = ", new_hand_id
|
||||
process_new_hand(new_hand_id, db_name)
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user