From 4fbd56ae37712ae5049b8ca0d61e71ce5b217d95 Mon Sep 17 00:00:00 2001 From: onemanbuilds <72015638+onemanbuilds@users.noreply.github.com> Date: Sat, 17 Oct 2020 00:19:36 +0200 Subject: [PATCH] commit --- .gitignore | 1 + main.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05a3d8d..8a8f6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -133,3 +133,4 @@ output/available_usernames.txt output/proxies.txt output/main.exe output/TikTokUsernameChecker_v1_1.zip +output/TikTokUsernameChecker.zip diff --git a/main.py b/main.py index 7181e7a..0fe4de1 100644 --- a/main.py +++ b/main.py @@ -74,7 +74,7 @@ def CheckUsernames(self,usernames): with open('bad_usernames.txt','a') as f: f.write(usernames+"\n") except: - pass + self.CheckUsernames(usernames) def StartCheck(self): pool = ThreadPool()