tanghongbin 5 lat temu
rodzic
commit
1ba36aa3f1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Controller/ShadowController.py

+ 1 - 1
Controller/ShadowController.py

@@ -65,7 +65,7 @@ def update_device_shadow(request):
     etk = request_dict.get('etk', None)
     eto = ETkObject(etk)
     uid = eto.uid
-    log = 'push----------{time}'.format(time=time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime()))
+    log = 'shadow----------{time}'.format(time=time.strftime('%Y-%m-%d-%H-%M-%S', time.localtime()))
     log += '\n'
     log += '\tuid=' + uid
     LogUtil.write_log(log=log)