Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Oct 17, 2024
1 parent 83c151b commit 4fe01d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spanreed/plugins/plugin_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async def _reconfigure_existing_plugin(
) == len(plugins):
return

self._logger.info(f"Available plugins: {plugins}")
plugin = plugins[choice]
self._logger.info(f"Reconfiguring user {user} for plugin {plugin}")
self._logger.info(f"Reconfiguring user {user} for plugin #{choice} {plugin}")
await plugin.ask_for_user_config(user)

0 comments on commit 4fe01d2

Please sign in to comment.