mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-01 14:47:17 -04:00
Repeat the tweak menu after each choice path is completed
Former-commit-id: 4b49d43f13fbb006c5315e9be677bcc33dd2ac20 Former-commit-id: ac447b63ec5cb5e85dc9133466a434be0786c30d
This commit is contained in:
+2
-2
@@ -825,8 +825,8 @@ if __name__ == "__main__":
|
||||
rmtree(f"{tmp_dir}{_shm_folder}")
|
||||
elif arguments[0] == 'tweak':
|
||||
success_flag = True
|
||||
from stweak import global_menu
|
||||
global_menu(False)
|
||||
from stweak import menu_repeat
|
||||
menu_repeat(False)
|
||||
|
||||
# PORT START ARGS-SERVER
|
||||
# server arguments
|
||||
|
||||
Reference in New Issue
Block a user