Skip to content

Commit 2dbef93

Browse files
author
welli7ngton
committed
fix: typeerror
1 parent c732c55 commit 2dbef93

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
@@ -332,7 +332,7 @@ def find_until(
332332
waiting_time: int = 10000,
333333
best: bool = True,
334334
grayscale: bool = False,
335-
) -> Tuple[int, int, int, int] | None:
335+
) -> Union[Tuple[int, int, int, int], None]:
336336
"""
337337
Find an element defined by label on screen until a timeout happens.
338338

0 commit comments

Comments
 (0)