From bdab6a4ddcef2d4206663be31632c5888068bdf0 Mon Sep 17 00:00:00 2001 From: mylifem807 <84409836+mylifem807@users.noreply.github.com> Date: Tue, 1 Jun 2021 19:14:33 +0530 Subject: [PATCH] Update process.py --- process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.py b/process.py index 1f5c4c2..ae5a590 100644 --- a/process.py +++ b/process.py @@ -26,7 +26,7 @@ def check(chatids): firebase.put('/users', chatid, data) out = "not yet" else: - if count > 5: + if count > 100000: out = "limit reached" else: count += 1