Various updates

This commit is contained in:
ned
2024-05-14 16:07:12 +02:00
parent 20400385ed
commit 98cc3e86bc
3 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ from typing import Dict
from .plugin import Plugin
class IpLocationPlugin(Plugin):
"""
A plugin to get geolocation and other information for a given IP address
@@ -13,7 +14,7 @@ class IpLocationPlugin(Plugin):
def get_spec(self) -> [Dict]:
return [{
"name": "iplocaion",
"name": "iplocation",
"description": "Get information for an IP address using the IP.FM API.",
"parameters": {
"type": "object",