Unverified Commit caa0ba13 authored by TheTechRobo's avatar TheTechRobo Committed by GitHub
Browse files

Merge pull request #80 from TheTechRobo/TheTechRobo-patch-1

parents 2d5301a3 369eabed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ class YouTubeResponse(JSONDataclass):
        keys = []
        services = cls._get_services()
        coroutines = []
        async with aiohttp.ClientSession() as session:
        async with aiohttp.ClientSession(timeout=aiohttp.ClientTimeout(total=20)) as session:
            svcs = {}
            for service in services:
                svcs[service.__name__] = service.getName()