Add startup message

main
Alex 7 months ago
parent f63c74cf93
commit d9075dfa5a

@ -28,4 +28,5 @@ def execute_script():
if __name__ == '__main__':
toaster.show_toast("Starte Osiris", "Osiris Listener wurde gestartet. Warte auf Befehle...", duration=30)
app.run(host='0.0.0.0', port=9713)
Loading…
Cancel
Save