jithurjacob / Windows-10-Toast-Notifications

Python library to display Windows 10 Toast Notifications
MIT License
970 stars 168 forks source link

Only one class instance. #13

Closed rgkbitw closed 7 years ago

rgkbitw commented 7 years ago

The class can not be instantiated for any other instance. It is not possible to have a second notifier instance running with different purpose. from win10toast import ToastNotifier as T t1=T() #instance 1 t2=T() #instance 2 Raises class already exists error.

jithurjacob commented 7 years ago

Hi @rgkbitw , Sorry for the late response,I was caught up with work. Thank you for your interest in this project.

I have updated the package in Pypi. Could you please test and close the issue?