@ -29,7 +29,9 @@ class Soup(Bureau):
"""
Prints one entry from the one sentence game ideas.
with open('onesentenceg.yml', 'r') as f:
onesentencegames = os.path.join(self.mdir, 'onesentenceg.yml')
with open(onesentencegames, 'r') as f:
games = yaml.load(f)
game = choice(games['games'])