Skip to content

Commit 6c18313

Browse files
authored
print compatible with Python 3
1 parent cb8489a commit 6c18313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipapi/ipapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main(argv=None):
5656
parser.add_argument('-k', '--key', dest='key', help='API key', default=None)
5757
args = parser.parse_args(argv)
5858

59-
print location(args.ip, args.key, args.field)
59+
print (location(args.ip, args.key, args.field))
6060

6161

6262
if __name__ == "__main__":

0 commit comments

Comments
 (0)