Python newbie here. Sorry if I am a bit unclear. I have a Python script that reads temperature, and I have another script that grabs the temperature value from the first one. If the first script terminates, the second will terminate with it.
How can I keep the second sript from terminating?
Thank you ;)