Skip to content

Commit 46cc682

Browse files
committed
Update dev version
* Remove all get_special_table
1 parent e88d45a commit 46cc682

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

je_auto_control/utils/callback/callback_function_executor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from je_auto_control.wrapper.auto_control_image import locate_all_image, locate_and_click, locate_image_center
3434
# keyboard wrapper
3535
from je_auto_control.wrapper.auto_control_keyboard import (
36-
check_key_is_press, get_special_table, get_keyboard_keys_table,
36+
check_key_is_press, get_keyboard_keys_table,
3737
hotkey, press_keyboard_key, release_keyboard_key,
3838
type_keyboard, write
3939
)
@@ -71,7 +71,6 @@ def __init__(self):
7171
"AC_release_mouse": release_mouse,
7272
"AC_mouse_scroll": mouse_scroll_error_message,
7373
"AC_set_mouse_position": set_mouse_position,
74-
"AC_get_special_table": get_special_table,
7574

7675
# keyboard 鍵盤相關
7776
"AC_get_keyboard_keys_table": get_keyboard_keys_table,

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.129"
9+
version = "0.0.130"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]

0 commit comments

Comments
 (0)