niu_he
Results
1
comments of
niu_he
> 找到line.py文件,然后修改第113行,比如我的python3.5 ```shell sudo vim /usr/local/lib/python3.5/dist-packages/line.py ``` 113行改成: ```python for file_line in open(file_name,'rb'): ```