Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Dec 2, 2022
1 parent aaf782f commit 27a906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thedevilseye/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def main():
args = parser.parse_args()
start_time = datetime.now()
os.system("cls" if os.name == "nt" else "clear")
xprint("[[red]THEDEVILSEYE[/]] 2022.1.5.0-[red]hellfire#6[/]")
xprint("[[red]THEDEVILSEYE[/]] 2022.1.5.1-[red]hellfire#6[/]")
xprint(f"\n[[green]STARTED[/]] initialized: <time_dt={start_time}, query=[green]{args.query}[/]>")
try:
devils_eye.search_ahmia_fi(query=args.query)
Expand Down

0 comments on commit 27a906b

Please sign in to comment.