Fixed over-indentation

Former-commit-id: 20226202f33008470082b174f2580b6b47c91a25
Former-commit-id: 641024c5dbc94469fcff29a3f20d0ce0815bd83f
This commit is contained in:
2023-04-25 19:08:23 -04:00
parent d5fc92b5a3
commit 0539a3d182
+2 -2
View File
@@ -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':