Tue Jun 4 01:50:37 AM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-04 01:50:37 +02:00
parent 4991d9f7a4
commit a7fec5dd4e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
async def run():
text = subprocess.check_output(
["journalctl", "--user", "-u", sys.argv[1], "-b", "0"]
["journalctl", "--user", "-u", sys.argv[1], "-b"]
).decode("utf-8")
with open("/home/server/mail.log", "a") as f: