Browse Source

修改代码间隔

tanghongbin 4 years ago
parent
commit
7c6d0ef9e6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Controller/VoicePromptController.py

+ 0 - 3
Controller/VoicePromptController.py

@@ -163,9 +163,6 @@ class VoicePromptView(View):
                         if res['leave_voice'] == system['id']:
                             res['leave_voice'] = system
 
-
-
-
             if voice_qs.exists():
                 voice_qs = voice_qs.values('id', 'title', 'filename', 'type')