Projects STRLCPY agartha Commits 976d9d0b
🤬
  • ■ ■ ■ ■ ■ ■
    Agartha.py
    skipped 708 lines
    709 709   elif _url.startswith("http"):
    710 710   _url = _url.replace(":80/", "/")
    711 711  
     712 + if not self.tableMatrix.getRowCount():
     713 + self.tableMatrixReset(self)
     714 + 
    712 715   self._tbAuthHeader.setText(_req)
    713 716   self._tbAuthURL.setText(_url)
    714 717   self._MainTabs.setSelectedComponent(self._tabAuthSplitpane)
    skipped 468 lines
Please wait...
Page is in error, reload to recover