From e0d7034b3454e5dbce0aeea2b78f648a476b9375 Mon Sep 17 00:00:00 2001 From: FuocomanSap <45140267+FuocomanSap@users.noreply.github.com> Date: Wed, 24 Mar 2021 18:00:58 +0100 Subject: [PATCH] Update MANUAL.md --- MANUAL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index 4964e8b..86fc77e 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -48,7 +48,7 @@ example: if curseur == 1: page = 56 if curseur == 7: - page = update() + update() # Add a new submenu * on the switch_menu(argument) function add 7 new entrys. @@ -64,5 +64,5 @@ example: ###### new (sub)menus section if (page == 56): if curseur == 1: - page = nmapLocal() + nmapLocal()