Retry authentication for auth keys up to five times by default

This commit is contained in:
Lonami Exo
2017-09-17 19:14:36 +02:00
parent e7a936222f
commit 78155a21bd
3 changed files with 42 additions and 23 deletions

View File

@@ -3,7 +3,8 @@ import re
from .common import (
ReadCancelledError, InvalidParameterError, TypeNotFoundError,
InvalidChecksumError, BrokenAuthKeyError, CdnFileTamperedError
InvalidChecksumError, BrokenAuthKeyError, SecurityError,
CdnFileTamperedError
)
from .rpc_errors import (