Skip to content

Commit

Permalink
Develop (#1)
Browse files Browse the repository at this point in the history
* cam runners now ProcessRunners

* version 0.1.3

* updated lock file

---------

Co-authored-by: Vincent Berenz <vincent.berenz@tuebingen.mpg.de>
  • Loading branch information
vincentberenz and Vincent Berenz authored Oct 25, 2024
1 parent e9e103a commit e398c94
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 206 deletions.
4 changes: 2 additions & 2 deletions nightskycam/cams/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from nightskycam_serialization.status import CamRunnerEntries
from nightskyrunner.config import Config
from nightskyrunner.config_getter import ConfigGetter
from nightskyrunner.runner import ThreadRunner, status_error
from nightskyrunner.runner import ProcessRunner, status_error
from nightskyrunner.shared_memory import SharedMemory
from nightskyrunner.status import Level
from nightskyrunner.wait_interrupts import RunnerWaitInterruptors
Expand All @@ -32,7 +32,7 @@


@status_error
class CamRunner(ThreadRunner):
class CamRunner(ProcessRunner):
"""
Runner for taking pictures when "suitable" to do so.
Expand Down
Loading

0 comments on commit e398c94

Please sign in to comment.