Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
fix no attribute 'default_good_ip_file' error #68
Browse files Browse the repository at this point in the history
  • Loading branch information
xyuanmu committed May 12, 2016
1 parent 36baa8a commit e3120e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/google_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def load_ip(self):
if os.path.isfile(self.good_ip_file):
file_path = self.good_ip_file
else:
file_path = self.default_good_ip_file
return

with open(file_path, "r") as fd:
lines = fd.readlines()
Expand Down

0 comments on commit e3120e3

Please sign in to comment.