Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
onemanbuilds committed Oct 16, 2020
1 parent c68c77e commit 4fbd56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ output/available_usernames.txt
output/proxies.txt
output/main.exe
output/TikTokUsernameChecker_v1_1.zip
output/TikTokUsernameChecker.zip
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4fbd56a

Please sign in to comment.