I'm using API data in my python software. here there are 2 vs code files for which API data is needed. file 1 starts at 9:15 am and get the live data through out the day and ends at 5:30 pm. file2 starts at 3:45 pm and it ends in 30 mins. as per the procedure in python using api key, api secret and other assential details I have to generate request token and connect the bridge to get the api data. this request token is valid for around 5 mins and between this 5 min window we have to connect the bridge. once the bridge is connected we can used the data for the day. here my question comes, when i run my file 1 at 9:15 after connecting bridge by getting request token it runs perfectly. but when i starts running my file 2 at 3:45 it asks for connecting the bridge first by generating request token. so how to deal with this bcz file 1 is already connected. i request to contact me on call because the question is such that it will not be able to solve by text reply. thanks.