From 24bd4d58c2568cb3bd30d77c10529c93e37f3352 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 29 Jun 2014 15:38:51 +0200 Subject: [PATCH] fix indentation --- cycle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cycle.py b/cycle.py index 9d5814b..43d7ffd 100644 --- a/cycle.py +++ b/cycle.py @@ -60,7 +60,7 @@ def doCycle(player, up): uniq_items = sorted(set(list(items)[:9])) # get unique inventory msg(player, uniq_items) if uniq_items != [None]: # row not empty - msg(player, "not empty, using") + msg(player, "not empty, using") break msg(player, "empty, skipping") inv.setContents(items) \ No newline at end of file