Browse Source

fix: descomenta código pertencente ao commit anterior

pull/3723/head
LeandroJatai 6 months ago
parent
commit
109fc29eba
  1. 4
      sapl/base/receivers.py

4
sapl/base/receivers.py

@ -315,8 +315,8 @@ def signed_files_extraction_function(sender, instance, **kwargs):
br = [int(i, 10) for i in pdfdata[start + 1: stop].split()] br = [int(i, 10) for i in pdfdata[start + 1: stop].split()]
# if br in fields_br: if br in fields_br:
# continue continue
contents = pdfdata[br[0] + br[1] + 1: br[2] - 1] contents = pdfdata[br[0] + br[1] + 1: br[2] - 1]
bcontents = bytes.fromhex(contents.decode("utf8")) bcontents = bytes.fromhex(contents.decode("utf8"))

Loading…
Cancel
Save