mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: file submission, content type
This commit is contained in:
parent
407aa14244
commit
c41a165a21
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue