Fixing python...

This commit is contained in:
2025-10-21 01:16:59 +02:00
parent 66212229f5
commit 714738dcba
3 changed files with 38 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ import * as Bun from "bun";
export async function sendNotification(title: string, body: string, click?: string | null) {
const command = [
"python",
"python3",
"./src/notification.py",
`--title=${title}`,
`--body=${body}`,