small code reformatting

This commit is contained in:
2023-04-23 22:56:21 -04:00
parent 968068d633
commit c206d30044

View File

@@ -3113,7 +3113,8 @@ if(Status = ""){
Return Return
;-----------------------/Steemit------------------------- ;-----------------------/Steemit-------------------------
/*
*/
;---Gettr--- ;---Gettr---
;------------------------------------------------ ;------------------------------------------------
@@ -3224,7 +3225,7 @@ if(Status = ""){
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=5,SleepLength:=1000) Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=5,SleepLength:=1000)
if(Status){ if(Status){
Message = Failed to Submit Post Message = Failed to Submit Post
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile,ErrorSummaryVar,DiscordErrorLogging") SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorSummaryVar")
SaveDriverURLOFErrorPage() SaveDriverURLOFErrorPage()
Return Return
} }