def open_start_url(self): start_url = common_internal.participant_start_url( self.participant_code) self.response = self.get(start_url, follow=True)
def open_start_url(self): start_url = common_internal.participant_start_url(self.participant_code) self.response = self.get( start_url, follow=True )