def proxyread():
    try:
        with open(path+'/proxy.txt', 'rb') as proxyfile:
            proxylist = proxyfile.read().split('\n')
    except Exception:
        with open(path+'/proxy.txt', 'wb') as proxyfile:
            n.write()
        proxylist = False
    return proxylist
