Projects STRLCPY autorize Commits a4c428f3
🤬
  • Quick adjustment, moved self.logTable.setAutoCreateRowSorter(True) out of loop so it only gets called once. Small format changes

  • Loading...
  • terminal Junkie committed 2 years ago
    a4c428f3
    1 parent 0bf8c481
  • ■ ■ ■ ■
    helpers/http.py
    skipped 71 lines
    72 72   if(v["type"] == "Body (simple string):") :
    73 73   msgBody = msgBody.replace(v["match"], v["replace"])
    74 74   if(v["type"] == "Body (regex):") :
    75  - msgBody = re.sub(v["regexMatch"], v["replace"], msgBody) #test
     75 + msgBody = re.sub(v["regexMatch"], v["replace"], msgBody)
    76 76   msgBody = self._helpers.stringToBytes(msgBody)
    77 77   return self._helpers.buildHttpMessage(headers, msgBody)
    78 78   
    skipped 63 lines
Please wait...
Page is in error, reload to recover