瀏覽代碼

double space fix

Tony Fernandez 7 月之前
父節點
當前提交
0fdee067c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      borgmatic/hooks/pushover.py

+ 1 - 1
borgmatic/hooks/pushover.py

@@ -37,7 +37,7 @@ def ping_monitor(hook_config, config, config_filename, state, monitoring_log_lev
     token = hook_config.get('token')
     token = hook_config.get('token')
     user = hook_config.get('user')
     user = hook_config.get('user')
 
 
-    logger.info(f'{config_filename}: Updating Pushover {dry_run_label}')
+    logger.info(f'{config_filename}: Updating Pushover{dry_run_label}')
 
 
     if 'priority' in state_config and state_config['priority'] == 2:
     if 'priority' in state_config and state_config['priority'] == 2:
         if 'expire' not in state_config:
         if 'expire' not in state_config: