This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from json import JSONDecodeError | |
import requests | |
from datetime import datetime | |
import time | |
def queryQuote(a, b): | |
cookie = "xx" | |
headers = { |