small change

This commit is contained in:
Kamila Bobkowska 2020-05-07 17:12:41 +00:00
parent a9fe0dd371
commit 2ebc496d14

View File

@ -139,7 +139,7 @@ class GarbageTruck():
trash[id].empty(i)
else:
#print("This ", i , "shouldn't be here")
print("This ", i , "shouldn't be here")
if self.collect(trash, id, i):
trash[id].empty(i)
self.cap()