Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ddom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down