Skip to content

Commit

Permalink
Merge pull request #493 from artoonie/fix-anim
Browse files Browse the repository at this point in the history
wait more + update copyright
  • Loading branch information
artoonie authored Mar 30, 2024
2 parents ea8b769 + 7fa4995 commit ed393bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion movie/creation/movieCreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _generate_image_for_round_synchronously(self, roundNum):
raise ProbablyFailedToLaunchBrowser(errorText) from exception

self.browser.execute_script("flushAllD3Transitions();")
time.sleep(0.6) # flushAllD3Transitions doesn't seem to work, so just sleep
time.sleep(1.5) # flushAllD3Transitions doesn't seem to work, so just sleep

with tempfile.NamedTemporaryFile(suffix=".png") as tf:
self.browser.save_screenshot(tf.name)
Expand Down
2 changes: 1 addition & 1 deletion templates/visualizer/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h5 class="mb-2">About RCVis</h5>
<!-- Copyright Section -->
<section class="copyright py-4 text-center text-white">
<div class="container">
<small>Copyright &copy; 2022, Robot Armin LLC</small>
<small>Copyright &copy; 2024, Robot Armin LLC</small>
</div>
</section>
</div>
Expand Down

0 comments on commit ed393bb

Please sign in to comment.