Commit 2b9f7db1 authored by hujun's avatar hujun

1

parent 120092d6
......@@ -77,9 +77,6 @@ class DownFile:
if len(item['voice_file']) > 0:
local_file = self.save_path + item['voice_file']
string_end = item['voice_file'].find('/')
local_dir = item['voice_file'][0: string_end]
if self.check_file(local_file):
old_num = old_num + 1
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment