Skip to content

Commit

Permalink
Fix #127
Browse files Browse the repository at this point in the history
  • Loading branch information
thw26 committed Aug 27, 2024
1 parent fd807de commit aaccfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'DEBUG': False,
'DELETE_LOG': None,
'DIALOG': None,
'LOGOS_LOG': os.path.expanduser("~/.local/state/Logos_on_Linux/Logos_on_Linux.log"), # noqa: E501
'LOGOS_LOG': os.path.expanduser("~/.local/state/FaithLife-Community/Logos_on_Linux.log"), # noqa: E501
'LOGOS_EXE': None,
'LOGOS_EXECUTABLE': None,
'LOGOS_VERSION': None,
Expand Down Expand Up @@ -55,7 +55,7 @@
APPIMAGE_FILE_PATH = None
authenticated = False
BADPACKAGES = None
DEFAULT_CONFIG_PATH = os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.json") # noqa: E501
DEFAULT_CONFIG_PATH = os.path.expanduser("~/.config/FaithLife-Community/Logos_on_Linux.json") # noqa: E501
GUI = None
INSTALL_STEP = 0
INSTALL_STEPS_COUNT = 0
Expand Down

0 comments on commit aaccfe7

Please sign in to comment.