NOTE: Attach screenshots of all pages from the correctly connected frontend. Better to make them with opened developer tool, where will be shown requests to the API.
It should be on the first place
`if len(command_list) == 3 and...:`
Imagine if command_list is an empty list. In the case where `command_list[0] == "mv"` is on the first place, you will encoun...