From 0539a3d18265fba54ef2d50bd7d363e478796acc Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 25 Apr 2023 19:08:23 -0400 Subject: [PATCH] Fixed over-indentation Former-commit-id: 20226202f33008470082b174f2580b6b47c91a25 Former-commit-id: 641024c5dbc94469fcff29a3f20d0ce0815bd83f --- lib/sshyp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index 4851b4d..bc82e52 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -913,8 +913,8 @@ if __name__ == "__main__": success_flag = True whitelist_setup() elif arg_count > 2 and arguments[1] in ('add', 'del'): - success_flag = True - whitelist_manage(arguments[2]) + success_flag = True + whitelist_manage(arguments[2]) # PORT END ARGS-SERVER if arg_count > 0 and success_flag == 0 and arguments[0] != 'sync':