caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 16 forks source link

Readme update #82

Closed Safihre closed 2 years ago

Safihre commented 2 years ago

I updated the Readme a bit to make it more general, this way it's easy to read for users of NZBGet of SABnzbd. So I moved the Command Line part also down, since the NZBGet/SABnzbd users won't need it

Hope you don't mind 🙂

I also switched to using sys.executable when calling Notify.py from sabnzbd-notify.py as we have learned the hard way that on Linux systems with multiple python commands, the shebang can be trouble. This way Notify.py will be called for sure with with the same interpreter as the one that SABnzbd called sabnzbd-notify.py with.

Safihre commented 2 years ago

@caronc what do you think?

caronc commented 2 years ago

Sorry for taking so long to get back to you; work has been crazy busy.

Merged!