From 6ea18559d50517f639b068c1a2a0fb4520cc1b8c Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 12 Jul 2011 00:19:58 +0200 Subject: [PATCH] get ip for archives and trash links --- webview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview.py b/webview.py index 13b0b3f..72bf24d 100644 --- a/webview.py +++ b/webview.py @@ -267,8 +267,8 @@ class WebView(FieldStorage): print "" print "" print "\"\"Play Live" - print "\"\"Archives" - print "\"\"Trash" + print "\"\"Archives" + print "\"\"Trash" print "" print "" print "" -- 2.39.5