예제 #1
0
 def open_start_url(self):
     start_url = common_internal.participant_start_url(
         self.participant_code)
     self.response = self.get(start_url, follow=True)
예제 #2
0
파일: bot.py 프로젝트: mattboehm/otree-core
 def open_start_url(self):
     start_url = common_internal.participant_start_url(self.participant_code)
     self.response = self.get(
         start_url,
         follow=True
     )