MarcoP9

Results 3 comments of MarcoP9

Hello! Is there any update on this? What could be a possible workaround?

Hi @musale thank you for your answer, would something like the following work? ```python def _parse_retry_after(self, retry_after): """ Helper to parse Retry-After and get value in seconds. """ try: retry_after=...