summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-06-18 21:58:57 +0200
committerxengineering <mail2xengineering@protonmail.com>2021-06-18 21:58:57 +0200
commit97554c707c8c9a6c5995465d4dd2b11bb9bf9289 (patch)
treea177a4a6132bf7f8d6eadf9ad99f89fb8f94cc01 /src
parent5643b52829587c6bc723233a14b2bdc3f52b3879 (diff)
downloadbirdscan-97554c707c8c9a6c5995465d4dd2b11bb9bf9289.tar
birdscan-97554c707c8c9a6c5995465d4dd2b11bb9bf9289.tar.zst
birdscan-97554c707c8c9a6c5995465d4dd2b11bb9bf9289.zip
Update CSS
Diffstat (limited to 'src')
-rw-r--r--src/camera.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera.go b/src/camera.go
index 4a2fc90..86c0fb1 100644
--- a/src/camera.go
+++ b/src/camera.go
@@ -53,7 +53,7 @@ func singlePicture(m *Machine) {
if !config.Flag.Debug {
cmd = exec.Command("python3", "/usr/lib/python3.9/site-packages/birdscan/")
} else {
- cmd = exec.Command("python3", "../python/birdscan", "--debug")
+ cmd = exec.Command("python3", "../python/birdscan", "--debug") // FIXME relative paths do not work in exec.Command!
}
// connect stdout of python process