mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-13 09:33:46 -05:00
commit
This commit is contained in:
@@ -377,6 +377,8 @@ class Robottas(commands.Bot):
|
|||||||
driver = '???'
|
driver = '???'
|
||||||
if driver_num in self.driver_dict.keys():
|
if driver_num in self.driver_dict.keys():
|
||||||
driver = self.driver_dict[driver_num]
|
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] = self.driver_dict[driver_num]
|
||||||
self.driver_list[int(position) - 1] = driver
|
self.driver_list[int(position) - 1] = driver
|
||||||
|
|||||||
Reference in New Issue
Block a user