fork download
  1. def proxyread():
  2. try:
  3. with open(path+'/proxy.txt', 'rb') as proxyfile:
  4. proxylist = proxyfile.read().split('\n')
  5. except Exception:
  6. with open(path+'/proxy.txt', 'wb') as proxyfile:
  7. n.write()
  8. proxylist = False
  9. return proxylist
  10.  
Success #stdin #stdout 0s 9024KB
stdin
Standard input is empty
stdout
Standard output is empty