fix: convert git_monitor to proper package and fix absolute imports for PyInstaller compatibility

This commit is contained in:
2026-03-06 20:01:29 +01:00
parent dbdacfc0bd
commit c85f51b205
7 changed files with 13 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
from logger import logger
from git_monitor.logger import logger
try:
from plyer import notification