dever 7 年之前
父節點
當前提交
e9fd5d972a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/convert.py

+ 2 - 2
service/convert.py

@@ -151,8 +151,8 @@ class Convert(object):
 			if not File.exists(info['local']):
 				self.download(info['file'], info['local'])
 
-			#if not File.exists(info['html']):
-			if info:
+			if not File.exists(info['html']):
+			#if info:
 				handle = self.command(info)
 				Shell.popen(handle)
 				if File.exists(info['html']):