if video_path:
        log(video_path)
        bot.send_video(sender_id, video_path)
    else:
        bot.send_text_message(sender_id, 'Cannot record a video at the moment')