mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
fix: return value
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
e913c95c70
commit
b50d061e1f
@ -345,7 +345,7 @@ def get_app_allows_downloads(path: Path, appid: int) -> bool:
|
||||
case _:
|
||||
return True
|
||||
|
||||
def get_config(path: Path) -> bool:
|
||||
def get_config(path: Path) -> Path:
|
||||
return path.joinpath("config/config.vdf")
|
||||
|
||||
def get_client_allows_downloads(path: Path) -> bool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user