From ce1c77af4714f817d7adb66ba6a63ec363a24094 Mon Sep 17 00:00:00 2001 From: Sara Kowalska Date: Sun, 5 Apr 2020 18:52:40 +0200 Subject: [PATCH] =?UTF-8?q?Brakuj=C4=85ce=20atrybuty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Restaurant/main.py | 1 - 1 file changed, 1 deletion(-) 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