move the cache of read messages

This commit is contained in:
stupidcomputer 2025-01-11 17:12:18 -06:00
parent 5a365a902b
commit ce88ac173a

View File

@ -5,7 +5,7 @@ import sys
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
read_messages = "/run/test/messages" read_messages = "/run/pcomon/read_messages"
def get_creds(filename: str) -> dict[str, str]: def get_creds(filename: str) -> dict[str, str]:
with open(filename, "r") as creds_handle: with open(filename, "r") as creds_handle: