0.2.3 #99
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ class FeedBuilder(Builder):
|
|||
return value
|
||||
|
||||
if len(value) > max_length:
|
||||
print(f"Truncated {field_name}")
|
||||
return truncatechars(value, max_length)
|
||||
|
||||
return value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue