move the cache of read messages
This commit is contained in:
parent
5a365a902b
commit
ce88ac173a
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user