Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Fix URlS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-WinnfieldX committed Mar 9, 2024
1 parent 49dd6ba commit 41d5ffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cyberdrop_dl/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.95"
__version__ = "5.1.96"
2 changes: 1 addition & 1 deletion cyberdrop_dl/ui/prompts/url_file_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

console = Console()

def edit_urls_prompt(URlS_File: Path, vi_mode: bool, fix_strings=True) -> None:
def edit_urls_prompt(URLs_File: Path, vi_mode: bool, fix_strings=True) -> None:
"""Edit the URLs file"""
console.clear()
console.print(f"Editing URLs: {URLs_File}")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cyberdrop-dl"
version = "5.1.95"
version = "5.1.96"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 41d5ffa

Please sign in to comment.