galerts icon indicating copy to clipboard operation
galerts copied to clipboard

GAlertsManager.alerts always return empty list.

Open bluele opened this issue 10 years ago • 2 comments

!python

import galerts password = 'password' gam = galerts.GAlertsManager('[email protected]', 'password') len(list(gam.alerts)) == 0 # always True

bluele avatar Apr 04 '14 15:04 bluele

@bluele Still having zero length with your changes :(

shadow-identity avatar Jun 12 '14 08:06 shadow-identity

fixed here: https://github.com/jab/galerts/pull/12

josephmisiti avatar Jun 19 '14 04:06 josephmisiti