From e94aed24879d78119c2946e99f8608b55f5180ca Mon Sep 17 00:00:00 2001 From: gophra <105054704+gophra@users.noreply.github.com> Date: Fri, 6 May 2022 23:24:46 +0800 Subject: [PATCH] Update ddom.py --- ddom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ddom.py b/ddom.py index 3a3e8a6..99c5998 100644 --- a/ddom.py +++ b/ddom.py @@ -83,11 +83,11 @@ def confirmation(question, default="no"): 'User-Agent': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.3' } -print("""\nYou'll get latest {} samples from: +print(f"""\nYou'll get latest {scount} samples from: \t# http://malc0de.com \t# http://vxvault.net \t# http://tracker.h3x.eu -""".format(scount)) +""" confirmed = confirmation("Confirm and start downloading {} samples?".format(scount), "no") if not confirmed: