Skip to content

Commit

Permalink
Update launcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
timwhitez authored Jan 7, 2020
1 parent 53f61d4 commit 7bd6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def request0():
a = requests.post(urls0, headers=headers0,data=data0, proxies=proxies,timeout=30,verify=False)
opt2File(urls0)
except:
return
continue
return

def main(data1):
Expand Down

0 comments on commit 7bd6d57

Please sign in to comment.