Skip to content

Commit

Permalink
add project url seperate
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 22, 2024
1 parent b5a6031 commit 86b1d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ofscraper/utils/logs/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def print_latest_version():
return
elif ".dev" in __version__:
return
log.error(f"[bold yellow]new version of OF-Scraper available[/bold yellow]: [bold]{new_version}\n{url}[/bold]")
log.error(f"[bold yellow]new version of OF-Scraper available[/bold yellow]: [bold]{new_version}[/bold]")
log.error(f"[bold yellow]project url: {url}[/bold yellow]")



Expand Down

0 comments on commit 86b1d50

Please sign in to comment.