mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-08 07:03:47 -05:00
commit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user