aboutsummaryrefslogtreecommitdiff
path: root/player/instructions.f90
diff options
context:
space:
mode:
Diffstat (limited to 'player/instructions.f90')
-rw-r--r--player/instructions.f904
1 files changed, 4 insertions, 0 deletions
diff --git a/player/instructions.f90 b/player/instructions.f90
index fed43c4..61502da 100644
--- a/player/instructions.f90
+++ b/player/instructions.f90
@@ -313,6 +313,10 @@ contains
else
call get_status_url(job_id, i, url, status=STATUS_FAILED)
server_status = request_to_ignored(url)
+
+ call get_status_url(job_id, i, url, posting=.true.)
+ server_status = send_file(url, captured_filename)
+
exit
endif