We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d4c42 commit dc0d23cCopy full SHA for dc0d23c
job_compassplus/mysite_compassplus_com/common.py
@@ -53,4 +53,4 @@ def do_get(url: str, *args, **kwargs) -> Response:
53
if attempts >= max_attempts:
54
raise e
55
56
- time.sleep(5) # 5 seconds
+ time.sleep(5) # 5 seconds
0 commit comments