I have 2 python scripts with the same api key and secret, script1 sends a request and script2 does not, what's happening here is that if a response with code -2021 is obtained, it prints the same response on both the scripts, how do I make it to print the response with code -2021 ONLY on the script which sent the request and not the other script which didn't send the request?
When the response is received, the response is printed at the SAME TIME on both the scripts