Skip to content

Notify 1.3.0

Choose a tag to compare

@enmanuelmag enmanuelmag released this 24 Aug 01:51
· 8 commits to master since this release

Now are a new method to send a notify. You need to create a class and call the instance returned by the constructor, like in the following example:

from notifier import Notifier

notifier = Notifier()
notifier()