Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
maldevel committed Jan 4, 2016
1 parent 2a4d7ca commit 88eb226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipgeolocation.py
Expand Up @@ -83,7 +83,7 @@ def main():
args.noprint, args.verbose, args.nolog,
args.csv, args.xml, args.txt, args.g):
PrintError("Retrieving IP Geolocation information failed.")
sys.exit(6)
sys.exit(8)


if __name__ == '__main__':
Expand Down

0 comments on commit 88eb226

Please sign in to comment.