From 9699c1c499b3896278dc70d19619f5896912ba27 Mon Sep 17 00:00:00 2001 From: Burtiraven2 Date: Sun, 12 Jul 2026 05:46:47 +0000 Subject: [PATCH] Actualizar otoolkit_seo_content/models/seo_content.py --- otoolkit_seo_content/models/seo_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otoolkit_seo_content/models/seo_content.py b/otoolkit_seo_content/models/seo_content.py index ddcb6b0..5cdda61 100644 --- a/otoolkit_seo_content/models/seo_content.py +++ b/otoolkit_seo_content/models/seo_content.py @@ -5,7 +5,7 @@ import logging import re import requests import time -import pyjwt +import jwt from bs4 import BeautifulSoup from markupsafe import Markup