summaryrefslogtreecommitdiff
path: root/lib/extensions/print_pdf.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-05-26 21:26:40 -0400
committerLex Neva <github.com@lexneva.name>2018-05-29 20:04:30 -0400
commit4c986117bfe1f2caa8280d4b0ddbeec69f41b18d (patch)
tree76e076b6bc1e331d63252ff30917f0475f24c962 /lib/extensions/print_pdf.py
parentd50c7e1b99b570ec5300de39c2966ac864700138 (diff)
first attempt at realistic rendering
Diffstat (limited to 'lib/extensions/print_pdf.py')
-rw-r--r--lib/extensions/print_pdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/print_pdf.py b/lib/extensions/print_pdf.py
index baeb7eba..43e53318 100644
--- a/lib/extensions/print_pdf.py
+++ b/lib/extensions/print_pdf.py
@@ -119,7 +119,7 @@ class PrintPreviewServer(Thread):
def start_watcher():
self.watcher_thread = Thread(target=self.watch)
self.watcher_thread.daemon = True
- self.watcher_thread.start()
+ #self.watcher_thread.start()
@self.app.route('/')
def index():