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

name error #86

Closed mohitjoshi155 closed 2 years ago

mohitjoshi155 commented 2 years ago

Screenshot_20220424-173427_Browser

getting this name error now i edited the py by removing # and saved https://github.com/caronc/nzb-notify/blob/c4b30271e474dab2ebd7f36f340553a482f187f5/Notify.py#L121

Screenshot_20220425-122653_Browser i get like this when i put inside colons 'yes' or "yes" Screenshot_20220425-122851_Browser

i get this error with colons

mohitjoshi155 commented 2 years ago

ok so i solved it.... my solution was to edit in nzbget.conf instead of script py

Notify.py:Servers=tgram:// Notify.py:OnQueue=yes Notify.py:OnFailure=yes Notify.py:OnSuccess=yes Notify.py:IncludeStats=yes Notify.py:IncludeFiles=no Notify.py:IncludeLogs=OnFailure Notify.py:IncludeImage=no Notify.py:Debug=no

basically added this part at the end of nzbget.conf