Queer European MD passionate about IT
Browse Source

Import dependency

Davte 5 years ago
parent
commit
b6f4465880
2 changed files with 2 additions and 1 deletions
  1. 1 1
      davtelepot/__init__.py
  2. 1 0
      davtelepot/utilities.py

+ 1 - 1
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"
 

+ 1 - 0
davtelepot/utilities.py

@@ -15,6 +15,7 @@ import time
 
 # Third party modules
 import aiohttp
+from aiohttp import web
 from bs4 import BeautifulSoup