Update __init__.py

This commit is contained in:
_ 2023-06-06 23:37:47 +02:00 committed by GitHub
parent f39c894fd7
commit eabf115346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ def exit_message():
def paths():
print(f"Temp dir:\t{shared.TEMP_DIR}\n"
f"Music dir:\t{shared.MUSIC_DIR}\n"
f"Log file:\t{shared.LOG_PATH}")
f"Log file:\t{shared.LOG_PATH}"
f"Config file:\t{shared.CONFIG_FILE}")
print()
print_cute_message()
print()