4 lines
58 B
Python
4 lines
58 B
Python
from __future__ import unicode_literals
|
|
|
|
RETRY_DELAY = 10
|
from __future__ import unicode_literals
|
|
|
|
RETRY_DELAY = 10
|