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()}