Publikace výsledkovky na web MO
Compare changes
+ 14
− 20
@@ -17,11 +17,11 @@ from mo.util_format import format_decimal
@@ -17,11 +17,11 @@ from mo.util_format import format_decimal
@@ -32,7 +32,7 @@ from mo.util_format import format_decimal
@@ -32,7 +32,7 @@ from mo.util_format import format_decimal
@@ -46,7 +46,7 @@ class OrderKeyEncoder(json.JSONEncoder):
@@ -46,7 +46,7 @@ class OrderKeyEncoder(json.JSONEncoder):
@@ -84,7 +84,7 @@ def handle_snapshot_score(the_job: TheJob):
@@ -84,7 +84,7 @@ def handle_snapshot_score(the_job: TheJob):
@@ -151,12 +151,12 @@ def handle_snapshot_score(the_job: TheJob):
@@ -151,12 +151,12 @@ 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):