5 lines
59 B
Python
5 lines
59 B
Python
from __future__ import unicode_literals
|
|
|
|
RETRY_DELAY = 10
|
|
|
from __future__ import unicode_literals
|
|
|
|
RETRY_DELAY = 10
|
|
|