remove debug things
This commit is contained in:
parent
175174757b
commit
17b3e658fc
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ class Utility(commands.Cog):
|
||||||
handler = ipinfoio.getHandler(access_token)
|
handler = ipinfoio.getHandler(access_token)
|
||||||
details = handler.getDetails(ipaddress)
|
details = handler.getDetails(ipaddress)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await ctx.send(e)
|
|
||||||
api_result = False
|
api_result = False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue