MCBlatt / Einsatz_Ticker

Ticker Für Einsatze in NÖ. in Ö
0 stars 0 forks source link

Warnung Meldung beim Modul ToastNotifier #8

Closed MCBlatt closed 1 year ago

MCBlatt commented 1 year ago

WNDPROC return value cannot be converted to LRESULT TypeError: WPARAM is simple, so must be an int object (got NoneType)

MCBlatt commented 1 year ago

Programm Zeile

toast = ToastNotifier() toast.show_toast( "Fehler", "Verbindung Zum Server konnte nicht hergestellt werden.", duration=10, threaded=True, )

MCBlatt commented 1 year ago

Problem gelöst:

hab anstatt ToastNotifier benutze ich jetzt plyer