|
|
|
|
@ -109,6 +109,9 @@ def get_photo2_align_info(pid,flagDoXmps=False):
@@ -109,6 +109,9 @@ def get_photo2_align_info(pid,flagDoXmps=False):
|
|
|
|
|
#处理完成后塞入到指定的队列 |
|
|
|
|
r = create_redis_connection() |
|
|
|
|
r.rpush('ai:ai_repeat_build',pid) |
|
|
|
|
|
|
|
|
|
#删除文件夹 |
|
|
|
|
shutil.rmtree(os.path.join(config.workdir, pid), ignore_errors=True) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def create_redis_connection(): |
|
|
|
|
|