Closed Meduris closed 2 years ago
len(None) is not defined (throws TypeError: object of type 'NoneType' has no len())
len(None)
This fixes cases where the title is not provided by only validating the length if title is not None
title is not None
good catch, thanks for the PR!
len(None)
is not defined (throws TypeError: object of type 'NoneType' has no len())This fixes cases where the title is not provided by only validating the length if
title is not None