diff --git a/screenless/bureau/jokes/jokes.py b/screenless/bureau/jokes/jokes.py index 0e61a7e..bedbd97 100644 --- a/screenless/bureau/jokes/jokes.py +++ b/screenless/bureau/jokes/jokes.py @@ -21,7 +21,7 @@ class Humor(Bureau): """ Prints a clever quip. """ - jux = str(subprocess.check_output("fortune"), encoding="UTF-8") + jux = str(subprocess.check_output("/usr/games/fortune"), encoding="UTF-8") self.print_small(jux)