From 6cb140ced4c93b3d8c0e498e69cb678de7851316 Mon Sep 17 00:00:00 2001 From: Winnerwld <121133708+Winnerwld@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:48:53 +0100 Subject: [PATCH] Update SimplyEmail.py --- SimplyEmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimplyEmail.py b/SimplyEmail.py index c92880d..deb8630 100755 --- a/SimplyEmail.py +++ b/SimplyEmail.py @@ -70,7 +70,7 @@ def TaskStarter(version): sys.exit(0) if not len(cli_domain) > 1: log.warningmsg("Domain not supplied", "Main") - print helpers.color("[*] No Domain Supplied to start up!\n", warning=True) + print (helpers.color("[*] No Domain Supplied to start up!\n", warning=True)) sys.exit(0) if cli_test: # setup a small easy test to activate certain modules