fix formatting issue

This commit is contained in:
David Westgate 2024-06-15 03:12:39 -07:00
parent 2780161dbe
commit 1250b70302

View File

@ -105,7 +105,7 @@ def get_adapter_interface(params: str) -> str:
res = shell_tool.run({"commands": [f"iwconfig {params}"]})
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
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"""