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