This commit is contained in:
Si-Huan 2020-03-02 22:00:46 +08:00 committed by GitHub
parent 1bbe9e6475
commit 24b502aa38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/'