mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
Fixed over-indentation
Former-commit-id: 20226202f33008470082b174f2580b6b47c91a25 Former-commit-id: 641024c5dbc94469fcff29a3f20d0ce0815bd83f
This commit is contained in:
+2
-2
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user