Use setting option for talker selection

This commit is contained in:
Mizaki 2023-01-07 00:29:12 +00:00
parent 2d8c47edca
commit fad103a7ad

View File

@ -153,7 +153,7 @@ class App:
# TODO Have option to save passed in config options and quit?
try:
talker_api = ct_api.get_comic_talker("comicvine")( # type: ignore[call-arg]
talker_api = ct_api.get_comic_talker(self.options[0].talkers_general_source)( # type: ignore[call-arg]
version=version,
cache_folder=self.options[0].runtime_config.user_cache_dir,
)