Changes

Jump to navigation Jump to search
Line 43: Line 43:  
         text = ''
 
         text = ''
 
         for tag in activity_list:
 
         for tag in activity_list:
            logging.debug(tag)
   
             text += '%s: %s\n' % (tag, str(metadata.get(tag, '')))
 
             text += '%s: %s\n' % (tag, str(metadata.get(tag, '')))
 
         public_data.props.buffer.props.text = text
 
         public_data.props.buffer.props.text = text
      
     def _create_public_data(self):
 
     def _create_public_data(self):

Navigation menu