Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Dec 16, 2023
1 parent 7c00fb4 commit dcee43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from threading import Thread

sys.path.insert(1, (os.path.dirname(os.path.dirname(__file__))))
sys.path.insert(0, (os.path.dirname(os.path.dirname(__file__))))

logger = logging.getLogger(__name__)
logger.setLevel(logging.WARNING)
Expand Down

0 comments on commit dcee43c

Please sign in to comment.