From f3bf730404d94744fb8b8b03c8e0aa6444b9aa0b Mon Sep 17 00:00:00 2001 From: Ravan00100 <123830312+Ravan00100@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:41:57 +0530 Subject: [PATCH] bomber.py --- bomber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bomber.py b/bomber.py index 02fb14d..9055acd 100755 --- a/bomber.py +++ b/bomber.py @@ -310,7 +310,7 @@ def selectnode(mode="sms"): check_for_updates() notifyen() - max_limit = {"sms": 500, "call": 15, "mail": 200} + max_limit = {"sms": 5000, "call": 1500, "mail": 2000} cc, target = "", "" if mode in ["sms", "call"]: cc, target = get_phone_info()