Skip to content

Commit 960d53f

Browse files
committed
会話モードを復活
1 parent d9f93fa commit 960d53f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

uiflow2/libs/StackChan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def tracking_face(self):
210210
print(cpos, dx, dy, dx_deg, dy_deg)
211211
self.motor.motor(True)
212212
self.motor.move(dx_deg, dy_deg)
213-
# if pos_[3] > 160:
214-
# self.start_dialog()
213+
if pos_[3] > 160:
214+
self.start_dialog()
215215
return
216216
#
217217
#

0 commit comments

Comments
 (0)