Skip to content

Commit

Permalink
moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhollmann committed Jan 10, 2025
1 parent a9ecbf5 commit e06277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/waitinglists/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def send_moodle_activity_completion(

header = {"Authorization": f"Token {os.getenv("VATGER_API_KEY")}"}
r = requests.get(
f"http://vatsim-germany.org/api/moodle/quiz/{course_module_id}/user/{user_id}/results",
f"http://vatsim-germany.org/api/moodle/activity/{course_module_id}/user/{user_id}/completion",
headers=header,
).json()
try:
Expand Down

0 comments on commit e06277e

Please sign in to comment.