Thank you! There is a bug though: "if iv > 1500:" should be "if int(iv) > 1500:" Also, I was not able to fork the process normally, as it would close when I exited the terminal I was running it from. Instead you have to mark blip.py as executable, and then run: "nohup ./blip.py &"