Skip to content

Commit

Permalink
Remove Moodle API
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Apr 10, 2024
1 parent 8e774be commit 9907068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitor/monitor_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def check_connection(connection: dict, station_data: list[dict], solos: list[dic
# Check for required courses
courses = required_courses(data['logon'], connection['cid'])
if courses:
return output_dict(False,
return output_dict(True,
f'{connection["cid"], connection["name"]} controlling station '
f'{connection["callsign"]} without required Moodle courses.',
'Before you control, you need to pass the following courses:', required_courses=courses)
Expand Down

0 comments on commit 9907068

Please sign in to comment.