diff --git a/Restaurant/main.py b/Restaurant/main.py index 36b62bb..22b2d14 100644 --- a/Restaurant/main.py +++ b/Restaurant/main.py @@ -57,7 +57,6 @@ class Table(object): def __init__(self, pos, capacity): self.pos = pos self.capacity = capacity - self.clients = [] #lista gości przy danym stole def move(self, newx, newy): #metoda do ustawiania stołów poprzez podanie nowych współrzędnych self.pos[0] = newx