This commit is contained in:
tamservo 2023-12-25 15:31:38 -05:00
parent 51d5331d9d
commit a4890aaccb
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ class Robottas(commands.Bot):
driver = '???'
if driver_num in self.driver_dict.keys():
driver = self.driver_dict[driver_num]
else:
driver = driver_num
#self.driver_list[int(position) - 1] = self.driver_dict[driver_num]
self.driver_list[int(position) - 1] = driver