Projects STRLCPY agartha Commits 9b8377f6
🤬
  • ■ ■ ■ ■
    Agartha.py
    skipped 123 lines
    124 124   return
    125 125  
    126 126   for _url in self._tbAuthURL.getText().split('\n'):
    127  - if not self.isURLValid(str(_url)) or _url == self._txtURLDefault:
     127 + if not self.isURLValid(str(_url)) or _url.strip() == self._txtURLDefault:
    128 128   self._tbAuthURL.setForeground (Color.red)
    129 129   self._lblAuthNotification.text = "Please check url list!"
    130 130   self._lblAuthNotification.setForeground (Color.red)
    skipped 1051 lines
Please wait...
Page is in error, reload to recover