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: