touch up
This commit is contained in:
parent
e791326043
commit
aa0b9411c6
@ -134,7 +134,7 @@ class GarbageTruck():
|
||||
def takingTrash(self, trash, id, insides):
|
||||
for i in insides:
|
||||
if trash[id].kind == i:
|
||||
#print("This ", i," was correctly sorted")
|
||||
print("This ", i," was correctly sorted")
|
||||
if self.collect(trash, id, i):
|
||||
trash[id].empty(i)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user