diff --git a/worthless/cli.py b/worthless/cli.py old mode 100755 new mode 100644 diff --git a/worthless/patcher.py b/worthless/patcher.py index dcc4a08..9b0d11e 100644 --- a/worthless/patcher.py +++ b/worthless/patcher.py @@ -28,7 +28,7 @@ except ImportError: class Patcher: - def __init__(self, gamedir: Path | AsyncPath | str = AsyncPath.cwd(), data_dir: str | Path | AsyncPath = None, + def __init__(self, gamedir: Path | AsyncPath | str = Path.cwd(), data_dir: str | Path | AsyncPath = None, patch_url: str = None, overseas=True, patch_provider="Krock"): if isinstance(gamedir, str | Path): gamedir = AsyncPath(gamedir)