summaryrefslogtreecommitdiff
path: root/cycle.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-29 15:38:51 +0200
committerjomo <github@jomo.tv>2014-06-29 15:38:51 +0200
commit24bd4d58c2568cb3bd30d77c10529c93e37f3352 (patch)
tree688dedf9a376041dd0d4f09b8b557c47018a3069 /cycle.py
parent5ed5753b38b0f23ca942ddc6099e8bccc604b81f (diff)
fix indentation
Diffstat (limited to 'cycle.py')
-rw-r--r--cycle.py2
1 files changed, 1 insertions, 1 deletions
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