From: gregor herrmann Date: Thu, 18 Jun 2020 14:46:36 +0000 (+0200) Subject: fix logging X-Git-Url: https://git.toastfreeware.priv.at/toast/stream2beamer.git/commitdiff_plain/5d1faedf5e38f0cd3f5e1e4d9b77c05a6b896549 fix logging --- diff --git a/laplace_client.py b/laplace_client.py old mode 100644 new mode 100755 index 63fb8b8..aeca450 --- a/laplace_client.py +++ b/laplace_client.py @@ -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: