mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-04 21:16:07 -04:00
Fixed a typo
This commit is contained in:
@@ -26,7 +26,7 @@ def stream_threaded(func, *args, **kwargs):
|
|||||||
def new_func(*a, **k):
|
def new_func(*a, **k):
|
||||||
try:
|
try:
|
||||||
func(**k)
|
func(**k)
|
||||||
except exception as msg:
|
except Exception as msg:
|
||||||
log.error("Error in stream with args: %r" % (a,))
|
log.error("Error in stream with args: %r" % (a,))
|
||||||
log.error(msg.message)
|
log.error(msg.message)
|
||||||
pub.sendMessage("stream-error", session=a[0])
|
pub.sendMessage("stream-error", session=a[0])
|
||||||
|
Reference in New Issue
Block a user