mirror of https://github.com/CIRCL/AIL-framework
fix: file submission, content type
parent
407aa14244
commit
c41a165a21
|
@ -212,7 +212,7 @@ if __name__ == "__main__":
|
||||||
abord_file_submission(uuid, "file error")
|
abord_file_submission(uuid, "file error")
|
||||||
continue
|
continue
|
||||||
r_serv_log_submit.set(uuid + ':nb_total', 1)
|
r_serv_log_submit.set(uuid + ':nb_total', 1)
|
||||||
create_paste(uuid, content, ltags, ltagsgalaxies, uuid)
|
create_paste(uuid, content.encode(), ltags, ltagsgalaxies, uuid)
|
||||||
remove_submit_uuid(uuid)
|
remove_submit_uuid(uuid)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue