diff --git a/worthless/installer.py b/worthless/installer.py index d0bb515..d0f0bd1 100644 --- a/worthless/installer.py +++ b/worthless/installer.py @@ -320,7 +320,7 @@ class Installer: :return: List of installed voiceovers """ voiceovers = [] - async for file in self.get_game_data_path()\ + for file in self.get_game_data_path()\ .joinpath("StreamingAssets/AudioAssets/").iterdir(): if file.is_dir(): voiceovers.append(file.name)