Error message appears when executing Quick Create Time Slider Bookmark with a hotkey.

I have assigned the following code to a hotkey. (Windows 10, Maya 2024.1)if(checkAndLoadPlugin("timeSliderBookmark")){python("from maya.plugin.timeSliderBookmark.timeSliderBookmark import createBookmark; createBookmark()");} The following error message is displayed when a hotkey is entered.# Error:…