mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 09:47:36 +02:00
fix: use correct path
This commit is contained in:
parent
51308e788e
commit
562f6453dc
@ -63,8 +63,8 @@ funcs = f"{helpers_path}/funcs"
|
||||
mods_temp_file = f"{cache_path}/{app_name_abbr}.mods_temp"
|
||||
stale_mods_temp_file = f"{cache_path}/{app_name_abbr}.stale_mods_temp"
|
||||
servers_path = f"{cache_path}/{app_name_abbr}.servers"
|
||||
config_path = f"{user_path}/.config"
|
||||
config_file = f"{user_path}/.config/dztuirc"
|
||||
config_path = f"{user_path}/.config/dztui"
|
||||
config_file = f"{config_path}/dztuirc"
|
||||
history_file = f"{state_path}/{app_name_abbr}.history"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user