Skip to content

Instantly share code, notes, and snippets.

@dasl-
Created July 3, 2019 16:31
Show Gist options
  • Save dasl-/b9efcad190c49b654c2f336055c4879e to your computer and use it in GitHub Desktop.
Save dasl-/b9efcad190c49b654c2f336055c4879e to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
import subprocess
subprocess.Popen(["python3", "/home/pi/lightness/lightness/server.py"])
subprocess.Popen(["python3", "/home/pi/lightness/lightness/queue.py"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment