Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
fml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLage authored Jun 17, 2020
1 parent b8ef4c3 commit 02e93bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YouTube Livestream Botter.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class proxy():
def update(self):
while True:

if proxy_loading == "1":
if proxy_loading == "2":
data = ''
data = open("proxys.txt", "r").read()
self.splited += data.split("\n") #scraping and splitting proxies
Expand Down

0 comments on commit 02e93bb

Please sign in to comment.