Debug for error logging

This commit is contained in:
BarsTiger
2022-03-01 15:12:39 +02:00
parent 5708f805ca
commit 7b24c59463
7 changed files with 10 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ codes = {'CONTINUE': 100,
401: 'You are not authorized to access this resource, please login',
402: 'PAYMENT_REQUIRED',
403: 'Forbidden, you do not have permission to access this resource or you need to log in',
404: 'Not found',
404: 'Not found or you do not have permission to access this resource',
405: 'METHOD_NOT_ALLOWED',
406: 'NOT_ACCEPTABLE',
407: 'PROXY_AUTHENTICATION_REQUIRED',