Set cbz resolution to None, None when it can't be determined

This commit is contained in:
Paul Friederichsen 2024-03-16 15:06:36 -05:00
parent 7bc49e94ba
commit de87f138a6
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def GetFileInfo( path, mime = None, ok_to_look_for_hydrus_updates = False ):
except:
( width, height ) = ( 100, 100 )
( width, height ) = ( None, None )
finally: