Skip to content

Commit d0a1d1d

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

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
@@ -1348,7 +1348,7 @@ def type_keys_with_interval(self, interval: int, keys: List) -> None:
13481348
self._kb_controller.release(key)
13491349
self.sleep(interval)
13501350

1351-
def type_keys(self, keys: List):
1351+
def type_keys(self, keys: List) -> None:
13521352
"""
13531353
Press a sequence of keys. Hold the keys in the specific order and releases them.
13541354

0 commit comments

Comments
 (0)