Publikace výsledkovky na web MO
Compare changes
+ 8
− 14
@@ -156,7 +156,7 @@ def handle_snapshot_score(the_job: TheJob):
@@ -156,7 +156,7 @@ def handle_snapshot_score(the_job: TheJob):
# Běží pod systémovým uživatelem (například proto, aby nebylo možné job smazat před tím, než začne běžet)
@@ -170,7 +170,7 @@ def handle_snapshot_score(the_job: TheJob):
@@ -170,7 +170,7 @@ def handle_snapshot_score(the_job: TheJob):
@@ -180,18 +180,14 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -180,18 +180,14 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -209,8 +205,6 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -209,8 +205,6 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -237,7 +231,7 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -237,7 +231,7 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -259,7 +253,7 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -259,7 +253,7 @@ def handle_export_score_to_mo_web(the_job: TheJob):
reply = requests.post(url=config.MO_WEB_SERVER + API_ENDPOINT_PDF + params_str, data=file, headers=headers)
@@ -283,4 +277,4 @@ def handle_export_score_to_mo_web(the_job: TheJob):
@@ -283,4 +277,4 @@ def handle_export_score_to_mo_web(the_job: TheJob):