|
@@ -65,7 +65,7 @@ def update_device_shadow(request):
|
|
etk = request_dict.get('etk', None)
|
|
etk = request_dict.get('etk', None)
|
|
eto = ETkObject(etk)
|
|
eto = ETkObject(etk)
|
|
uid = eto.uid
|
|
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 += '\n'
|
|
log += '\tuid=' + uid
|
|
log += '\tuid=' + uid
|
|
LogUtil.write_log(log=log)
|
|
LogUtil.write_log(log=log)
|