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
vital = db.prepare("select s.id, sr.domain, sr.text from subscriptions s, addresses t, addresses sr where s.target=t.id and t.domain=$1 and t.text=$2 and s.subscriber=sr.id and s.vital=true")
for subs, srd, srt in vital(db.FTN_domains["echo"], area):