Skip to content

Commit

Permalink
Update prepare_reformat to pass preview data. Fixes UltimaHoarder…
Browse files Browse the repository at this point in the history
  • Loading branch information
E0911CD45B19686 authored Feb 4, 2021
1 parent 0eafe1e commit bd6c89f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/prepare_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ def __init__(self, option, keep_vars=False):
self.text_length = option.get('text_length', self.maximum_length)
self.directory = option.get(
'directory')
self.preview = option.get('preview')
if not keep_vars:
for key, value in self:
print
Expand Down

0 comments on commit bd6c89f

Please sign in to comment.