Skip to content
Snippets Groups Projects

Generování protokolů a zpracování scanů

Merged Martin Mareš requested to merge mj/protokoly into devel
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -118,6 +118,8 @@ def send_job_result(job: db.Job) -> Response:
if file.endswith('.zip'):
type = 'application/zip'
elif file.endswith('.pdf'):
type = 'application/pdf'
else:
type = 'application/binary'
Loading