f
This commit is contained in:
@@ -813,7 +813,7 @@ def main(argv: Optional[list[str]] = None) -> int:
|
||||
print("--------------------")
|
||||
|
||||
# Ask for root path
|
||||
default_root = Path.home()
|
||||
default_root = Path.cwd()
|
||||
try:
|
||||
root_input = input(f"Enter root directory for Hydrus installation [default: {default_root}]: ").strip()
|
||||
if root_input:
|
||||
|
||||
Reference in New Issue
Block a user