#!/bin/bash
cd /home/pi/controller/code
if [ -e pids.json ]; then
	rm pids.json
fi
python3 main.py &