f
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user