Import dependency

This commit is contained in:
Davte 2019-06-07 21:30:26 +02:00
parent 0bace2824a
commit b6f4465880
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davide@davte.it" __email__ = "davide@davte.it"
__credits__ = "Marco Origlia" __credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.5.6" __version__ = "1.5.7"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

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