Skip to content

Commit

Permalink
Update username.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p1ngul1n0 committed Nov 28, 2024
1 parent 84284fe commit 89214ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/core/username.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ async def fetchResults(username, config):

# Start username check and presents results to user
def verifyUsername(username, config, sitesToSearch=None, metadata_params=None):

if sitesToSearch is None or metadata_params is None:
data = readList("username", config)
sitesToSearch = data["sites"]
config.metadata_params = readList("metadata", config)
else:
config.metadata_params = metadata_params

config.metadata_params = metadata_params
config.username_sites = applyFilters(sitesToSearch, config)

config.console.print(
Expand Down

0 comments on commit 89214ee

Please sign in to comment.