diff --git a/src/list.py b/src/list.py index 2a902208..43e934e3 100755 --- a/src/list.py +++ b/src/list.py @@ -250,7 +250,7 @@ class List(): ## Get all balloons balloonset = set() - for balloondir in self.balloondirs: + for balloondir in balloondirs: for balloon in os.listdir(balloondir): ## Use .think if running ponythink, otherwise .say if isthink and endswith(balloon, '.think'):