Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 11, 2024
1 parent 69878b0 commit 9640e91
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
/__pycache__
/*.cache
/*.log
/*.tar.gz
/*.spec
/*.zip
/addons/flatpak/flatpak-pip-generator
/addons/flatpak/.flatpak-builder
/bin
/build
/dist
/include
/lib/__pycache__
/lib/python3*
Expand Down
1 change: 1 addition & 0 deletions lib/lokilogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import traceback

from os import get_terminal_size

from lib.venv import venv_check

# venv before loading custom modules
Expand Down
1 change: 1 addition & 0 deletions loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
getAgeString,
getHostname,
)

from lib.venv import venv_check

# venv before loading custom modules
Expand Down

0 comments on commit 9640e91

Please sign in to comment.