From 128f6100b8cfd0b9207ff6158fec091d1018e23e Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Thu, 11 Feb 2016 21:45:48 +0100 Subject: [PATCH] typo --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 514ee28..c6eec15 100644 --- a/main.py +++ b/main.py @@ -198,7 +198,7 @@ def end(): print("--- End!") # IA -Dt = [[] for d in range(D)) # Drone tasks +Dt = [[] for d in range(D)] # Drone tasks # (client, product) def nearestW(p, pos): @@ -248,4 +248,4 @@ def WarehouseHasItems(w, items): for i in range(0, len(items): if Wi[w][items[i][0]] < items[i][1]: return False - return True \ No newline at end of file + return True