Skip to content

Commit

Permalink
video_tag4 class=d
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus committed Feb 26, 2025
1 parent f11e2f8 commit 0356797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfinder/rfinder_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def write_html_timereport(cfg_par):
video_tag1 = '<img class="h" src="data:image/gif;base64,{0}">'.format(video_encoded1.decode()),
video_tag2 = '<img class="a" src="data:image/gif;base64,{0}">'.format(video_encoded2.decode()),
video_tag3 = '<img class="c" src="data:image/gif;base64,{0}">'.format(video_encoded3.decode()),
video_tag4 = '<img class="g" src="data:image/gif;base64,{0}">'.format(video_encoded4.decode())
video_tag4 = '<img class="d" src="data:image/gif;base64,{0}">'.format(video_encoded4.decode())
))

elif cfg_par['plots']['plot_details']['movies']['movies_in_report'] == False:
Expand Down

0 comments on commit 0356797

Please sign in to comment.