def listen(self): with connection.cursor() as cur: cur.execute('LISTEN "{}";'.format(self.notify_channel))