From 2f7c3d87cedeafc6e40b420a12414941329f0ef3 Mon Sep 17 00:00:00 2001 From: s442859 Date: Mon, 11 May 2020 17:46:21 +0200 Subject: [PATCH] My test commit --- kelner/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kelner/main.py b/kelner/main.py index e78bf89..041ebda 100644 --- a/kelner/main.py +++ b/kelner/main.py @@ -74,7 +74,7 @@ drawableManager.add(waiter1) drawableManager.add(waiter2) drawableManager.add(waiter3) drawableManager.add(waiter4) - +#My comment # initialize a number of tables given in range for i in range(0, 40): table = Table(1, GridCountX - 2, 1, GridCountY - 2, CellSize, PaintOffset)