Loading poolpay/director/Director.py +5 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ class Director: return # This is how long we already presented the scene elapsed_presentation_time = self._last_card_removed_at - self._last_card_placed_at elapsed_presentation_time = ( self._last_card_removed_at - self._last_card_placed_at ) # This is how long we want to present the scene minimum_presentation_time = 3 Loading Loading
poolpay/director/Director.py +5 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,9 @@ class Director: return # This is how long we already presented the scene elapsed_presentation_time = self._last_card_removed_at - self._last_card_placed_at elapsed_presentation_time = ( self._last_card_removed_at - self._last_card_placed_at ) # This is how long we want to present the scene minimum_presentation_time = 3 Loading