ip up
This commit is contained in:
parent
a98cc9f8d6
commit
4b038254b4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import requests
|
||||||
class Ans(StdAns):
|
class Ans(StdAns):
|
||||||
def GETMSG(self):
|
def GETMSG(self):
|
||||||
try:
|
try:
|
||||||
ip = self.parms[0]
|
ip = self.parms[1]
|
||||||
except:
|
except:
|
||||||
ip = ''
|
ip = ''
|
||||||
url = 'https://api.ip.sb/geoip/'
|
url = 'https://api.ip.sb/geoip/'
|
||||||
|
|
Loading…
Reference in a new issue