mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-06 15:12:42 +02:00
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from the PyPAD library.
This commit is contained in:
parent
ff9829ae71
commit
26e4a2fa7a
@ -18841,3 +18841,5 @@
|
|||||||
2019-06-26 Fred Gleason <fredg@paravelsystems.com>
|
2019-06-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added support for reading the following ID3 tags: 'LABEL',
|
* Added support for reading the following ID3 tags: 'LABEL',
|
||||||
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
|
'TIT2','TALB', 'TPUB', 'TCOM', 'TPE3', 'TYER', 'DATE' and 'TBPM'.
|
||||||
|
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed debugging code from the PyPAD library.
|
||||||
|
@ -854,7 +854,6 @@ class Receiver(object):
|
|||||||
|
|
||||||
# Open the syslog
|
# Open the syslog
|
||||||
pypad_name=sys.argv[0].split('/')[-1]
|
pypad_name=sys.argv[0].split('/')[-1]
|
||||||
print('SyslogFacility: '+str(rd_config.get('Identity','SyslogFacility')))
|
|
||||||
syslog.openlog(pypad_name,logoption=syslog.LOG_PID,facility=int(rd_config.get('Identity','SyslogFacility',fallback=syslog.LOG_USER)))
|
syslog.openlog(pypad_name,logoption=syslog.LOG_PID,facility=int(rd_config.get('Identity','SyslogFacility',fallback=syslog.LOG_USER)))
|
||||||
|
|
||||||
# Connect to the PAD feed
|
# Connect to the PAD feed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user