Skip to content

Commit

Permalink
Update thedevilseye.py - 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored May 20, 2023
1 parent b81d2b6 commit 10c65ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thedevilseye/thedevilseye.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_hidden_services(query: str, result_count: int):
description = result.find('p').text
results_table.add_row(str(index),
title,
COLOURS['RED'] + url + COLOURS['RESET'],
COLOURS['BLUE'] + url + COLOURS['RESET'],
COLOURS['GREEN'] + description + COLOURS['RESET'])

if index == result_count:
Expand Down

0 comments on commit 10c65ea

Please sign in to comment.