Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ipgeolocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""
This file is part of IPGeoLocation tool.
Copyright (C) 2015-2016 @maldevel
https://github.com/maldevel/IPGeoLocation
https://github.com/Jokerhack1/IPGeoLocation

IPGeoLocation - Retrieve IP Geolocation information
Powered by http://ip-api.com
Expand Down Expand Up @@ -95,4 +95,4 @@ def main():

if __name__ == '__main__':
main()