Skip to content

Commit

Permalink
Merge pull request #479 from abrignoni/Brigs-working
Browse files Browse the repository at this point in the history
Update discreteNative.py
  • Loading branch information
abrignoni authored Apr 16, 2024
2 parents 9ebec2c + d09f8c8 commit e062d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/artifacts/discreteNative.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_discreteNative(files_found, report_folder, seeker, wrap_text, time_offse
if ndattrib is None:
ndattrib = ''
else:
ndattrib = round(int(ndattrib) / 60, 1)
ndattrib = round(int(ndattrib) / 1000, 1)
data_list.append((timestampcalc(ntattrib), ptagattrib, atagattrib, oplist(otagattrib), ndattrib, filename ))

if data_list:
Expand Down

0 comments on commit e062d17

Please sign in to comment.