Skip to content

Commit af6d397

Browse files
Update botcity/core/bot.py
Co-authored-by: João Victor Voltarelli <[email protected]>
1 parent d0a1d1d commit af6d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botcity/core/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,7 @@ def key_right(self, wait: int = 0) -> None:
11981198
delay = max(0, wait or config.DEFAULT_SLEEP_AFTER_ACTION)
11991199
self.sleep(delay)
12001200

1201-
def key_enter(self, wait: int = 0):
1201+
def key_enter(self, wait: int = 0) -> None:
12021202
"""
12031203
Press key Enter
12041204

0 commit comments

Comments
 (0)