File size: 121 Bytes
9c6594c
 
 
 
1
2
3
4
5
import datetime

# Only retry requests for 20 seconds in the public api
RETRY_TIMEDELTA = datetime.timedelta(seconds=20)