proxy.ini文件调用

self.CONFIG_FILENAME = os.path.splitext(os.path.abspath(__file__))[0]+'.ini'
改为:
self.CONFIG_FILENAME = 'c:\\proxy.ini'
原文地址:https://www.cnblogs.com/onionhacker/p/3427875.html