fixed notify methode in baseclass portal

pull/72/head
s0nder 2023-01-17 19:30:05 +01:00 committed by Mike Kershaw / Dragorn
parent d1b2343049
commit 35107aa18c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ abstract class Portal
*/ */
protected final function notify($message) protected final function notify($message)
{ {
$this->execBackground("notify {$message}"); $this->execBackground("PYTHONPATH=/usr/lib/pineapple; export PYTHONPATH; /usr/bin/python3 /usr/bin/notify info '{$message}' evilportal");
} }
/** /**