Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit d377a70

Browse files
committed
Fix bug with call kan suggesting
1 parent 0f4f9e2 commit d377a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/tenhou/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ def start_the_game(self):
166166
sleep(2)
167167
self._send_message('<NEXTREADY />')
168168

169-
open_sets = ['t="1"', 't="2"', 't="3"', 't="4"', 't="5"']
169+
# t="7" - suggest to open kan
170+
open_sets = ['t="1"', 't="2"', 't="3"', 't="4"', 't="5"', 't="7"']
170171
if any(i in message for i in open_sets):
171172
sleep(1)
172173
self._send_message('<N />')

0 commit comments

Comments
 (0)