Skip to content

Commit

Permalink
packaging, monitor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ote82 committed Oct 18, 2024
1 parent 0e969e0 commit 08da515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def _monitor():
pass


_thread = threading.Thread(target=_monitor, deamon=True)
_thread = threading.Thread(target=_monitor, daemon=True)


def _exiting():
Expand Down

0 comments on commit 08da515

Please sign in to comment.