2022.6.10.0

Instagram User ID
This commit is contained in:
Andy
2022-06-10 21:13:35 +03:00
parent 4ba1624edf
commit ab020d9b5f
5 changed files with 30 additions and 5 deletions

View File

@@ -730,7 +730,7 @@ Namespace API.Reddit
ElseIf Responser.StatusCode = HttpStatusCode.BadGateway Or
Responser.StatusCode = HttpStatusCode.ServiceUnavailable Or
Responser.StatusCode = HttpStatusCode.GatewayTimeout Then
MyMainLOG = $"Reddit is currently unavailable ({ToString()})"
MyMainLOG = $"[{CInt(Responser.StatusCode)}] Reddit is currently unavailable ({ToString()})"
Else
If Not FromPE Then LogError(ex, Message) : HasError = True
Return 0