From efadcfaff0d616742e72a5bd72a4bf7eb95dce47 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 14 Apr 2009 18:39:08 +1000 Subject: [PATCH] "Show", not "print" --- mitterlib/ui/ui_zork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/ui_zork.py b/mitterlib/ui/ui_zork.py index 4e7be16..5143221 100644 --- a/mitterlib/ui/ui_zork.py +++ b/mitterlib/ui/ui_zork.py @@ -141,7 +141,7 @@ class Interface(cmd.Cmd): message = self._messages[self._cursor] thread = console_utils.fetch_thread(message, self._connection) console_utils.print_thread(thread, self._connection) - self._print_requests() + self._show_requests() def do_retweet(self, line): """Resends the original message to your followers."""