mikeodr / tekuilaget

NZBGet scheduler script for pausing downloads based on TekSavvy ISP quotas.
GNU General Public License v2.0
0 stars 1 forks source link

Debug Option invalid / not correct or working #1

Open gregwjacobs opened 9 years ago

gregwjacobs commented 9 years ago

Debug option breaks / not working correctly:

Error(s) found in messages console of nzbget as follows:

tekuilaget: NameError: name 'yes' is not defined
info    Sun Jan 25 2015 21:25:00    tekuilaget: Debug=yes
info    Sun Jan 25 2015 21:25:00    tekuilaget: File "/usr/local/AppCentral/nzbget/nzbget/share/nzbget/scripts/tekuilaget/tekuilaget.py", line 48, in <module>
info    Sun Jan 25 2015 21:25:00    tekuilaget: Traceback (most recent call last):
info    Sun Jan 25 2015 21:25:00    Executing scheduler-script tekuilaget/tekuilaget.py for Task3
info    Sun Jan 25 2015 21:23:53    nzbget 14.1 daemon-mode

When using the following setting in the tekuilaget.py script:

# Enable NZBGet debug logging (yes, no)
Debug=yes
gregwjacobs commented 9 years ago

When testing using the more typical Python True/False value had no effect either way?