1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

Typo in error message

This commit is contained in:
Julien Duponchelle 2017-05-31 17:04:14 +02:00
parent 6fa27c6885
commit e74e66b203
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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: