Typo in error message

pull/1062/head
Julien Duponchelle 7 years ago
parent 6fa27c6885
commit e74e66b203
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -44,7 +44,7 @@ import logging
log = logging.getLogger(__name__)
if not aiohttp.__version__.startswith("1.3"):
raise RuntimeError("You need aiohttp 13 for running GNS3")
raise RuntimeError("You need aiohttp 1.3 for running GNS3")
class WebServer:

Loading…
Cancel
Save