Browse Source

Merge branch 'lang' into dev

lang 4 years ago
parent
commit
7a243f9ac3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Controller/EquipmentStatus.py

+ 0 - 1
Controller/EquipmentStatus.py

@@ -115,7 +115,6 @@ def getTZ(request):
             print(uid)
             redisObject = RedisObject(db=7)
             data = redisObject.get_data(key=ip)
-            data = False
             if data:
                 info = json.loads(data)
                 return JsonResponse(status=200, data={'code': 0, 'msg': 'success', 'data': info})