diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 6f801e1..80662cc 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -7,7 +7,7 @@ __author__ = "Davide Testa" __email__ = "davide@davte.it" __credits__ = "Marco Origlia" __license__ = "GNU General Public License v3.0" -__version__ = "1.5.6" +__version__ = "1.5.7" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/utilities.py b/davtelepot/utilities.py index 5c4b79a..df70660 100644 --- a/davtelepot/utilities.py +++ b/davtelepot/utilities.py @@ -15,6 +15,7 @@ import time # Third party modules import aiohttp +from aiohttp import web from bs4 import BeautifulSoup