From 045930cc607d84920ad3ffaadbd210f55ebc2fc6 Mon Sep 17 00:00:00 2001 From: igna <88955484+nekospara@users.noreply.github.com> Date: Tue, 31 Aug 2021 05:50:30 -0400 Subject: [PATCH] @3ur ily --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 51c2a1d..ced84af 100644 --- a/main.py +++ b/main.py @@ -2,9 +2,10 @@ import requests, threading url = input('raw link: ') amount = input('enter the amount of threads (go for 300): ') +sent = 0 def thread(): - sent = 0 + global sent while True: requests.get(url) sent += 1