Explorar o código

Merge remote-tracking branch 'remotes/origin/locky' into test

Ansjer %!s(int64=3) %!d(string=hai) anos
pai
achega
e85a5ebb89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/IotCoreController.py

+ 1 - 1
Controller/IotCoreController.py

@@ -284,7 +284,7 @@ class IotCoreView(View):
             params = OrderedDict(
                 [
                     ('alexaRtspCommand', rtsp),
-                    ('enable', enable),
+                    ('enable', int(enable)),
                 ]
             )
             r = requests.post(url=url, headers=headers, json=params, timeout=2)