(20250218) mkj
This commit is contained in:
@@ -224,7 +224,16 @@ async def authorize_software_client(
|
||||
|
||||
elif inbound_data.softwareClient == "mikrotikHotspot1000":
|
||||
|
||||
pass
|
||||
# Make the client controller test and save the auth:
|
||||
response = await current_app.mikrotik_hotspot_1000_controller.save_auth(
|
||||
sql_conn = current_app.sql_writer,
|
||||
mongo_data_conn = current_app.data_mongo,
|
||||
mikrotik_auth = inbound_data.auth
|
||||
)
|
||||
|
||||
# Note down the results:
|
||||
success = response.success
|
||||
message = f"Action Chain '{response.actionChain}': {response.message}"
|
||||
|
||||
# ┳┓
|
||||
# ┣┫┏┓┏┏┓┏┓┏┓┏┏┓
|
||||
|
||||
Reference in New Issue
Block a user