Update error message to require aiohttp 2.2

pull/1120/head
grossmj 7 years ago
parent c8155aa14f
commit 5747aba83c

@ -44,7 +44,7 @@ import logging
log = logging.getLogger(__name__)
if not aiohttp.__version__.startswith("2.2"):
raise RuntimeError("You need aiohttp 2.0 for running GNS3")
raise RuntimeError("aiohttp 2.0 is required to run the GNS3 server")
class WebServer:

Loading…
Cancel
Save