Update 2.9

This commit is contained in:
Yoshiko
2020-03-27 21:33:44 +08:00
committed by GitHub
parent 1f57bd2b23
commit ccee4ebb6b

View File

@@ -141,8 +141,9 @@ if __name__ == '__main__':
print("[!]Making Data for [" + i + "], the number is [" + getNumber(i) + "]")
core_main(i, getNumber(i))
print("[*]======================================================")
except: # 番号提取异常
print('[-]' + i + ' Cannot catch the number :')
except Exception as e: # 番号提取异常
print('[-]' + i + ' ERRPR :')
print('[-]',e)
if config['common']['soft_link'] == '1':
print('[-]Link', i, 'to failed folder')
os.symlink(i, str(os.getcwd()) + '/' + failed_folder + '/')