Disabled cache
This commit is contained in:
parent
cbc1716dd5
commit
e784a16e75
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ from src.config import definitions
|
||||||
|
|
||||||
authenticated_session: requests.Session = requests.Session()
|
authenticated_session: requests.Session = requests.Session()
|
||||||
|
|
||||||
|
authenticated_session.headers.update({
|
||||||
|
"Cache-Control": "no-cache"
|
||||||
|
})
|
||||||
|
|
||||||
def url_to_xml_object(url: HttpUrl) -> ET.Element:
|
def url_to_xml_object(url: HttpUrl) -> ET.Element:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue