diff --git a/eza_farming_bot.py b/eza_farming_bot.py index 8f33939..e64da31 100644 --- a/eza_farming_bot.py +++ b/eza_farming_bot.py @@ -353,7 +353,7 @@ def inf(no_lost:bool): time.sleep(1.5) eza.OK() time.sleep(1) - if not eza.Cancel(trys=2, raise_error=False): + if not eza.Cancel(trys=3, raise_error=False): eza.handle_friend_request() time.sleep(1) eza.click_center_screen() diff --git a/requirements.txt b/requirements.txt index 0515437..0c74932 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,19 @@ -adbutils==1.2.12 -numpy==1.25.1 -opencv_python==4.8.0.74 -Pillow==10.0.0 +adbutils==2.7.2 +apkutils2==1.0.0 +certifi==2024.7.4 +charset-normalizer==3.3.2 +cigam==0.0.3 +decorator==5.1.1 +deprecation==2.1.0 +idna==3.7 +numpy==2.0.1 +opencv-python==4.10.0.84 +packaging==24.1 +pillow==10.4.0 +py==1.11.0 +pyelftools==0.31 pytesseract==0.3.10 +requests==2.32.3 +retry==0.9.2 +urllib3==2.2.2 +xmltodict==0.13.0