Fix types
This commit is contained in:
parent
6f6116c3c7
commit
c092d3089f
13 changed files with 48 additions and 18 deletions
|
|
@ -631,6 +631,9 @@ class Command(BaseCommand):
|
|||
)
|
||||
return
|
||||
|
||||
if game_obj.box_art_file is None:
|
||||
return
|
||||
|
||||
game_obj.box_art_file.save(file_name, ContentFile(response.content), save=True)
|
||||
|
||||
def _get_or_create_channel(self, channel_info: ChannelInfoSchema) -> Channel:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue