mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 13:56:40 +00:00
Added fstring
This commit is contained in:
parent
48c8aa09b8
commit
889ccee4d3
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ def run_option_4():
|
|||
continue
|
||||
|
||||
if not utils.is_participant_reachable(participant.URL):
|
||||
utils.print_colors("[-] Webring {participant.URL} isn't reachable, skipping", is_error=True)
|
||||
utils.print_colors(f"[-] Webring {participant.URL} isn't reachable, skipping", is_error=True)
|
||||
continue
|
||||
|
||||
utils.print_colors('[+] Downloading participant\'s files to store locally')
|
||||
|
@ -48,7 +48,7 @@ def run_option_4():
|
|||
|
||||
participant_url = utils.generate_local_participant_dir(participant.URL)
|
||||
|
||||
utils.print_colors('[+] Reading webrring participant\'s verified and unverified')
|
||||
utils.print_colors('[+] Reading webring participant\'s verified and unverified')
|
||||
participant_verified_df, participant_unverified_df = utils.get_participant_local_verified_and_unverified(participant_url)
|
||||
|
||||
utils.print_colors('[+] Removing unvalidated and blacklisted rows')
|
||||
|
@ -74,7 +74,7 @@ def run_option_4():
|
|||
utils.save_local_verified_and_unverified(local_verified_df, local_unverified_df)
|
||||
|
||||
except Exception as err:
|
||||
utils.print_colors("[-] Option 4 failed suddently, please try again", is_error=True)
|
||||
utils.print_colors("[-] Option 4 failed suddenly, please try again", is_error=True)
|
||||
|
||||
def run_option_6():
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue