From 1250b70302290c359cebd17a07d853da2daea252 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Sat, 15 Jun 2024 03:12:39 -0700 Subject: [PATCH] fix formatting issue --- final/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/tools.py b/final/tools.py index 7b253d0..2d23515 100644 --- a/final/tools.py +++ b/final/tools.py @@ -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"""