Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
986d76bd14
@ -378,7 +378,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():
|
||||
|
Loading…
Reference in New Issue
Block a user