galerts
galerts copied to clipboard
GAlertsManager.alerts always return empty list.
!python
import galerts password = 'password' gam = galerts.GAlertsManager('[email protected]', 'password') len(list(gam.alerts)) == 0 # always True
@bluele Still having zero length with your changes :(
fixed here: https://github.com/jab/galerts/pull/12