Added aiohttp support for asynchronous requests. So much faster and way better software detection

This commit is contained in:
spla 2020-06-03 19:22:11 +02:00
pare 1062398a8c
commit 15201a9698
S'han modificat 1 arxius amb 0 adicions i 1 eliminacions

Veure arxiu

@ -6,7 +6,6 @@ start_time = time.time()
import urllib3 import urllib3
from urllib3 import exceptions from urllib3 import exceptions
from datetime import datetime from datetime import datetime
import pytz
from subprocess import call from subprocess import call
from mastodon import Mastodon from mastodon import Mastodon
import threading import threading