Skip to content

Commit 4b50766

Browse files
committed
Update dev version
Update dev version
1 parent dc93e93 commit 4b50766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

je_auto_control/wrapper/auto_control_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def stop_record() -> list:
3737
action_list = list(action_queue.queue)
3838
new_list = list()
3939
for action in action_list:
40-
if action[0] == "type_keyboard":
40+
if action[0] == "AC_type_keyboard":
4141
new_list.append([action[0], dict([["keycode", action[1]]])])
4242
else:
4343
new_list.append([action[0], dict(zip(["mouse_keycode", "x", "y"], [action[0], action[1], action[2]]))])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_auto_control_dev"
9-
version = "0.0.92"
9+
version = "0.0.93"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)