Skip to content

Commit

Permalink
else
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 22, 2024
1 parent 205d341 commit 3c86be6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ofscraper/utils/logs/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ def print_latest_version():
log.error("[bold yellow]OF-Scraper up to date[/bold yellow]")
elif ".dev" in __version__:
log.error("OF-Scraper up to date[/bold yellow]")
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]")

else:
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 3c86be6

Please sign in to comment.