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