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