multiple language changes

This commit is contained in:
Jeroen Oudshoorn
2023-11-16 16:35:22 +01:00
parent 81ed725469
commit b9e2bb0880
17 changed files with 27 additions and 38 deletions

View File

@ -33,7 +33,7 @@ class NetPos(plugins.Plugin):
self.API_URL = self.options['api_url']
self.ready = True
logging.info("net-pos plugin loaded.")
logging.debug(f"net-pos: use api_url: {self.API_URL}");
logging.debug(f"net-pos: use api_url: {self.API_URL}")
def _append_saved(self, path):
to_save = list()
@ -116,7 +116,6 @@ class NetPos(plugins.Plugin):
except OSError as os_e:
logging.error("NET-POS: %s", os_e)
def _get_netpos(self, agent):
aps = agent.get_access_points()
netpos = dict()