From bcf2ffdb8faa08b7486a29157241bf40b77de2a6 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 10 Aug 2013 21:18:21 +0200 Subject: Line wrapping fix --- ponysay-qotd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ponysay-qotd') diff --git a/ponysay-qotd b/ponysay-qotd index 2530d8f..134a895 100755 --- a/ponysay-qotd +++ b/ponysay-qotd @@ -17,7 +17,8 @@ class QOTDHandler(BaseRequestHandler): s = ponysay.render_pony(pony, ponysay.random_quote(pony), balloonstyle=ponysay.balloonstyles['cowsay'], center=True, - centertext=False) + centertext=False, + width=120) self.request.sendall(bytes(s, "UTF-8")) if __name__ == "__main__": -- cgit