mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 22:13:00 +02:00
2019-06-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'pypad.rivendellConfig()' method. * Added a 'pypad.syslog()' method.
This commit is contained in:
@@ -47,7 +47,7 @@ def ProcessPad(update):
|
||||
try:
|
||||
curl.perform()
|
||||
except pycurl.error:
|
||||
syslog.syslog(syslog.LOG_WARNING,'['+section+'] failed: '+curl.errstr())
|
||||
update.syslog(syslog.LOG_WARNING,'['+section+'] failed: '+curl.errstr())
|
||||
curl.close()
|
||||
n=n+1
|
||||
|
||||
|
Reference in New Issue
Block a user