From 9290d196e8fbcf4dfec5ac233ab1b6ea5a281ec2 Mon Sep 17 00:00:00 2001 From: Yves Marcoz Date: Fri, 23 Dec 2011 10:07:24 -0800 Subject: [PATCH] Updated tips-and-tricks page link --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 33b8957..b9ea3ca 100644 --- a/src/config.py +++ b/src/config.py @@ -37,7 +37,7 @@ from mainthread import mainthread import logging logger = logging.getLogger(__name__) -VERSION = "52" +VERSION = "120" section = "FeedingIt" ranges = { "updateInterval":[0.5, 1, 2, 4, 8, 12, 24], "expiry":[24, 48, 72, 144, 288], "fontSize":range(12,24), "orientation":["Automatic", "Landscape", "Portrait"], "artFontSize":[10, 12, 14, 16, 18, 20], "feedsort":["Manual", "Most unread", "Least unread", "Most recent", "Least recent"] } -- 1.7.9.5