Projects STRLCPY autorize Commits c7a230ba
🤬
  • Added a function under retestAllRequests() that reorders the table prior to logging requests. This ensures that when new requests come in, they are written at the bottom and not at the top which was what was causing issues.

  • Loading...
  • terminal Junkie committed 2 years ago
    c7a230ba
    1 parent bf79028d
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