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/author.html b/data/interfaces/bookstrap/author.html index 6541e2410..f8f8e7f1b 100644 --- a/data/interfaces/bookstrap/author.html +++ b/data/interfaces/bookstrap/author.html @@ -25,27 +25,25 @@ %if showseries >= 1: Series %endif +
%if len(types) > 1: -
- - -
+ + %endif %if len(languages) > 1: -
- - %for language in languages: - + %endfor - -
+ %endif +
${next.headIncludes()}