From 5934698b80c3cea0328f6370f39c874d56e85638 Mon Sep 17 00:00:00 2001 From: Phil Borman Date: Mon, 3 Jul 2017 20:16:17 +0200 Subject: [PATCH] Removed author button as duplicates home button --- LazyLibrarian.py | 3 ++- data/interfaces/bookstrap/base.html | 6 +++--- data/interfaces/bookstrap/index.html | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/LazyLibrarian.py b/LazyLibrarian.py index e91f0f14d..d4459716d 100755 --- a/LazyLibrarian.py +++ b/LazyLibrarian.py @@ -30,6 +30,7 @@ def main(): # rename this thread threading.currentThread().name = "MAIN" + # Set paths if hasattr(sys, 'frozen'): lazylibrarian.FULL_PATH = os.path.abspath(sys.executable) @@ -96,7 +97,7 @@ def main(): # lazylibrarian.LOGLEVEL = 0 lazylibrarian.daemonize() else: - print "Daemonize not supported under Windows, starting normally" + print("Daemonize not supported under Windows, starting normally") if options.nolaunch: lazylibrarian.CONFIG['LAUNCH_BROWSER'] = False diff --git a/data/interfaces/bookstrap/base.html b/data/interfaces/bookstrap/base.html index 610a2d447..5ffd7c238 100644 --- a/data/interfaces/bookstrap/base.html +++ b/data/interfaces/bookstrap/base.html @@ -21,11 +21,11 @@ ${next.headIncludes()}