Hi all.
I've discovered that getting the current service name in python is fairy simple:
service = self.session.nav.getCurrentService() info = service.info() print info.getName()
and voila.
But how to get the current bouquet name?
Hi all.
I've discovered that getting the current service name in python is fairy simple:
service = self.session.nav.getCurrentService() info = service.info() print info.getName()
and voila.
But how to get the current bouquet name?