Skip to content

Commit

Permalink
Update web/blueprints/mpskclient/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Juhrich <[email protected]>
  • Loading branch information
agmes4 and lukasjuhrich authored Sep 18, 2024
1 parent 83975ad commit ca35b0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/blueprints/mpskclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def default_response() -> ResponseReturnValue:
# TODO can't we provide an attribute for that on the form?
owner = session.session.get(User, form.owner_id.data)
with abort_on_error(default_response), session.session.begin_nested():

host = lib_mpsk.mpsk_client_create(
owner, form.name.data, form.mac.data, processor=current_user
)
Expand Down

0 comments on commit ca35b0c

Please sign in to comment.