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