Remove draw from supported list.
Olld import code doesn't support draw yet, this patch prevents the bulk importer from crashing if you have a draw hh file in the list accidentally.
This commit is contained in:
parent
5a842c52fa
commit
2bc564e292
|
@ -73,7 +73,7 @@ follow : whether to tail -f the input"""
|
|||
["ring", "hold", "pl"],
|
||||
["ring", "hold", "fl"],
|
||||
["ring", "stud", "fl"],
|
||||
["ring", "draw", "fl"],
|
||||
#["ring", "draw", "fl"],
|
||||
["ring", "omaha", "pl"]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user