Projects STRLCPY autorize Commits 0bc93a10
🤬
  • Modified retestAllRequests() - Added function to resort table prior to repeating the original request.

  • Loading...
  • terminal Junkie committed 2 years ago
    0bc93a10
    1 parent c7a230ba
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    authorization/authorization.py
    skipped 356 lines
    357 357   
    358 358  def retestAllRequests(self):
    359 359   for i in range(self.tableModel.getRowCount()):
    360  - self.logTable.setAutoCreateRowSorter(True )
     360 + self.logTable.setAutoCreateRowSorter(True)
    361 361   logEntry = self._log.get(self.logTable.convertRowIndexToModel(i))
    362 362   handle_message(self, "AUTORIZE", False, logEntry._originalrequestResponse)
Please wait...
Page is in error, reload to recover