From 08da51587a966dc5e9423a66d61c57a59a6e18d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oravecz=20Tam=C3=A1s?= Date: Fri, 18 Oct 2024 11:48:56 +0200 Subject: [PATCH] packaging, monitor fix --- MANIFEST.in | 1 + monitor.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ee7f0cc4..45a85109 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ graft analogic/global graft analogic/templates graft analogic/static +graft analogic/new_app_structure include analogic/logging.json global-exclude *.pyc \ No newline at end of file diff --git a/monitor.py b/monitor.py index 16878bfb..30d0ed31 100644 --- a/monitor.py +++ b/monitor.py @@ -72,7 +72,7 @@ def _monitor(): pass -_thread = threading.Thread(target=_monitor, deamon=True) +_thread = threading.Thread(target=_monitor, daemon=True) def _exiting():