Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 20, 2024
1 parent 51768d7 commit 195ba9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_mars_server/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def __init__(self, urls, retries=3, delay=10, timeout=60, log=LOG):
def execute(self, request, environ, target):
random.shuffle(self.urls)
saved = setproctitle.getproctitle()
request_id = request.get("request_id", "unknown")
request_id = environ.get("request_id", "unknown")
try:

for url in self.urls:
Expand Down

0 comments on commit 195ba9f

Please sign in to comment.