fix formatting issue
This commit is contained in:
parent
2780161dbe
commit
1250b70302
@ -105,7 +105,7 @@ def get_adapter_interface(params: str) -> str:
|
|||||||
res = shell_tool.run({"commands": [f"iwconfig {params}"]})
|
res = shell_tool.run({"commands": [f"iwconfig {params}"]})
|
||||||
return res
|
return res
|
||||||
|
|
||||||
""" Src: https://github.com/wu4f/cs410g-src/blob/main/09_ThreatIntelligence/01_net_int.py """"
|
""" Src: https://github.com/wu4f/cs410g-src/blob/main/09_ThreatIntelligence/01_net_int.py """
|
||||||
@tool
|
@tool
|
||||||
def ip_loc(address):
|
def ip_loc(address):
|
||||||
"""Get information from an ip address, including geolocation. Takes as a paramater an ip address. Do not use this tool with IP adresses in a reserve range or on LAN"""
|
"""Get information from an ip address, including geolocation. Takes as a paramater an ip address. Do not use this tool with IP adresses in a reserve range or on LAN"""
|
||||||
|
Reference in New Issue
Block a user