瀏覽代碼

[fix] 拼写错误

j_hao 9 年之前
父節點
當前提交
a4bdc2264f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Manager/ProxyManager.py

+ 1 - 1
Manager/ProxyManager.py

@@ -15,7 +15,7 @@ __author__ = 'JHao'
 
 from DB.DbClient import DbClient
 from Util.GetConfig import GetConfig
-from ProxyGetter.GetFreeProxy import GetFreeProxy
+from ProxyGetter.getFreeProxy import GetFreeProxy
 
 
 class ProxyManager(object):