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