]> ToastFreeware Gitweb - toast/stream2beamer.git/blobdiff - laplace_client.py
fix logging
[toast/stream2beamer.git] / laplace_client.py
old mode 100644 (file)
new mode 100755 (executable)
index 63fb8b8..aeca450
@@ -17,7 +17,7 @@ gi.require_version('GstSdp', '1.0')
 from gi.repository import GstSdp
 
 
-log = logging.Logger(__name__)
+log = logging.getLogger(__name__)
 
 
 class WebRTCClient: