aboutsummaryrefslogtreecommitdiff
path: root/player
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-05 20:31:46 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-05 20:31:46 -0400
commit1de4bd52574599452f9e92c8e36381a4797563fb (patch)
treeaa6078e0ecf1b7f03cdc4805705246313fc6c602 /player
parentaef2c3629718705975a181a345d3908776b14af5 (diff)
downloadlevitating-1de4bd52574599452f9e92c8e36381a4797563fb.tar.gz
levitating-1de4bd52574599452f9e92c8e36381a4797563fb.zip
Fixed misordering of arguments when building an instruction request url
Diffstat (limited to 'player')
-rw-r--r--player/player.F902
1 files changed, 1 insertions, 1 deletions
diff --git a/player/player.F90 b/player/player.F90
index ddce8cb..f5e4055 100644
--- a/player/player.F90
+++ b/player/player.F90
@@ -42,7 +42,7 @@ implicit none
job_id = get_job_id_from_checkin(j_checkin)
call get_instruction_name_from_checkin(j_checkin, instruction_name)
- call get_instruction_url(url, instruction_name)
+ call get_instruction_url(instruction_name, url)
instr_json_available = request_json(url, j_instructions)
if(instr_json_available) then