Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Apr 28, 2024
2 parents 16cff39 + e006b0c commit 4dc17b1
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 @@ -74,7 +74,7 @@ def check_connection(connection: dict, station_data: list[dict], solos: list[dic
data = data[0]
else:
return output_dict(False,
f'No station found {connection["callsign"], connection["cid"], connection["name"]}',
f'No station found {connection["callsign"]}',
'Station not found')

# Rating check
Expand Down

0 comments on commit 4dc17b1

Please sign in to comment.