diff --git a/examples/python/guestbook/get.py b/examples/python/guestbook/get.py index f4d00d5e..a95016b4 100644 --- a/examples/python/guestbook/get.py +++ b/examples/python/guestbook/get.py @@ -16,7 +16,7 @@ def main(): items = [("
  • %s
  • " % escape(m.decode('utf-8'))) for m in messages] ul = "" % "\n".join(items) return """ - +

    Guestbook