mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the 'pypad-icecast2' plug-in threw a stack dump when attempting to print an error message. * Fixed a regression in the 'pypad-tunein' plug-in threw a stack dump when attempting to print an error message. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -33,6 +33,9 @@ except ModuleNotFoundError:
|
||||
import pypad # Rivendell v3.x style
|
||||
import configparser
|
||||
|
||||
def eprint(*args,**kwargs):
|
||||
print(*args,file=sys.stderr,**kwargs)
|
||||
|
||||
def ProcessPad(update):
|
||||
if update.hasPadType(pypad.TYPE_NOW):
|
||||
n=1
|
||||
|
@@ -32,6 +32,9 @@ except ModuleNotFoundError:
|
||||
import pypad # Rivendell v3.x style
|
||||
import configparser
|
||||
|
||||
def eprint(*args,**kwargs):
|
||||
print(*args,file=sys.stderr,**kwargs)
|
||||
|
||||
def ProcessPad(update):
|
||||
if update.hasPadType(pypad.TYPE_NOW):
|
||||
n=1
|
||||
|
Reference in New Issue
Block a user