Update __init__.py

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

View File

@ -63,7 +63,7 @@ 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}\n"
f"Config file:\t{shared.CONFIG_FILE}")
print()
print_cute_message()