From 5314b1cbeda5c245bb7bba8ce370535d19c742e8 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Tue, 10 Aug 2021 11:26:40 -0400 Subject: [PATCH] Update SecKit_SA_geolocation_rh_updater.py --- package/bin/SecKit_SA_geolocation_rh_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bin/SecKit_SA_geolocation_rh_updater.py b/package/bin/SecKit_SA_geolocation_rh_updater.py index 1442ef99..2b2267a5 100644 --- a/package/bin/SecKit_SA_geolocation_rh_updater.py +++ b/package/bin/SecKit_SA_geolocation_rh_updater.py @@ -68,7 +68,7 @@ class GeoipUpdateHandler(rest_handler.RESTHandler): def __init__(self, command_line, command_arg): super().__init__(command_line, command_arg, logger) - def post_update(self, request_info, id, token, db, proxy_settings=None): + def post_update(self, request_info, id, token, db, proxy_settings=None, **kwargs): logger.info("Asked to update") # in_string = "sdfsd" logger.info(f"Asked to update {request_info}")