commit
This commit is contained in:
parent
51d5331d9d
commit
a4890aaccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user