Rename rpc_n_errors dictionary to rpc_errors_n_all

This commit is contained in:
Lonami Exo
2017-06-24 18:10:05 +02:00
parent 20956b23d1
commit 459e988ff5
5 changed files with 8 additions and 8 deletions

View File

@@ -11,6 +11,6 @@ class FloodWaitError(FloodError):
)
rpc_420_errors = {
rpc_errors_420_all = {
'FLOOD_WAIT_(\d+)': FloodWaitError
}