diff --git a/robottas.py b/robottas.py index a4b17c0..3366f2f 100755 --- a/robottas.py +++ b/robottas.py @@ -398,7 +398,8 @@ class Robottas(commands.Bot): if driver_num in self.driver_dict.keys(): driver = self.driver_dict[driver_num] - self.driver_list[int(position) - 1] = self.driver_dict[driver_num] + #self.driver_list[int(position) - 1] = self.driver_dict[driver_num] + self.driver_list[int(postion) - 1] = driver # Load lap data if 'LapCount' in message['R'].keys():