From a4890aaccbc78b1b02a3be1a763f6764e16e83e0 Mon Sep 17 00:00:00 2001 From: tamservo Date: Mon, 25 Dec 2023 15:31:38 -0500 Subject: [PATCH] commit --- robottas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/robottas.py b/robottas.py index 65b1dab..92c5ca4 100755 --- a/robottas.py +++ b/robottas.py @@ -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