From 96b10f0bf99ea4a4784d65856fce0bf6c150d24c Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 25 Dec 2022 03:09:29 +0200 Subject: [PATCH] Update main.py --- octosuite/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/main.py b/octosuite/main.py index f456271..7907c5f 100644 --- a/octosuite/main.py +++ b/octosuite/main.py @@ -9,7 +9,7 @@ def octosuite(): clear_screen() configure_logging() check_updates() - if args: + if args.method: """ Iterate over the argument_map and check if the passed command line argument matches any argument in it [argument_map], if there's a match, we return its method. If no match is found, we do nothing (which will return the usage).