I have two scripts:
- one continuosly comunicates with the gps module and refresh the gps time variable.
- the second one ask me when I want to view the gps time and prints it on the console.
How can I retrieve the gps_time variable of the first script (while it running in background) from the second script?