chanjunkai 5 years ago
parent
commit
9afe127874
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Controller/EquipmentManager.py
  2. 1 1
      Model/models.py

+ 0 - 1
Controller/EquipmentManager.py

@@ -2,7 +2,6 @@ import re
 import time
 import traceback
 import threading
-
 import simplejson as json
 from django.utils import timezone
 from Model.models import Device_User, Device_Info, UID_Bucket, UID_Preview, UidSetModel, UidPushModel

+ 1 - 1
Model/models.py

@@ -593,7 +593,7 @@ class UID_Bucket(models.Model):
 
     class Meta:
         db_table = 'vod_uid_bucket'
-        verbose_name = u'设备关联套餐表'
+        verbose_name = '设备关联套餐表'
         verbose_name_plural = verbose_name
         ordering = ('id',)