⬅︎ Back to Best practice with retries with requests
trying the time out i get NameError: global name 'time' is not defined
You need to inject ‘import time’ first.
Comment
trying the time out i get
NameError: global name 'time' is not defined
Replies
You need to inject ‘import time’ first.