Skip to content

Commit

Permalink
don't thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Jul 5, 2018
1 parent c327188 commit 43a0a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/picture_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create(date: Time.now.getlocal.strftime(DATE_FORMAT))
# wait until convert jobs are finished
until jobs.none?(&:status) do end
picture_set.create_animation
background_thread { picture_set.combine_images } if OPTS.render_collage
#background_thread { picture_set.combine_images } if OPTS.render_collage
(1..4).each { |i| GpioPort.off(GpioPort::GPIO_PORTS["PICTURE#{i}"]) }
GpioPort.off(GpioPort::GPIO_PORTS['PROCESSING'])
picture_set
Expand Down

0 comments on commit 43a0a7f

Please sign in to comment.