Skip to content

Commit

Permalink
Moodle courses
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Apr 30, 2024
1 parent bd051ff commit eb6df76
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 @@ -103,7 +103,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(True,
return output_dict(False,
f'Someone is 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 eb6df76

Please sign in to comment.