This commit is contained in:
2026-01-12 14:22:01 -08:00
parent 819ee83ddd
commit 37a0df292b

View File

@@ -813,7 +813,7 @@ def main(argv: Optional[list[str]] = None) -> int:
print("--------------------") print("--------------------")
# Ask for root path # Ask for root path
default_root = Path.home() default_root = Path.cwd()
try: try:
root_input = input(f"Enter root directory for Hydrus installation [default: {default_root}]: ").strip() root_input = input(f"Enter root directory for Hydrus installation [default: {default_root}]: ").strip()
if root_input: if root_input: