diff --git a/keepercommander/commands/automator.py b/keepercommander/commands/automator.py index 10c76d6c5..a6f9650ab 100644 --- a/keepercommander/commands/automator.py +++ b/keepercommander/commands/automator.py @@ -321,6 +321,8 @@ def execute(self, params, **kwargs): # type: (KeeperParams, **any) -> any if url: if not url.startswith('http'): url = 'https://' + url + if url.endswith('/'): + url = url.rstrip('/') rq.url = url skills = kwargs.get('skill') if skills: