Skip to content

Commit

Permalink
Update SecKit_SA_geolocation_rh_updater.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Aug 10, 2021
1 parent 376354c commit 5314b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/bin/SecKit_SA_geolocation_rh_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 5314b1c

Please # to comment.