You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
g.cur.execute('SELECT COUNT(*), MAX(id) FROM announcement WHERE creation_time > (SELECT last_login_time FROM users WHERE id=%s);', (self.cu.get_id(),))