mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-07 08:43:48 +02:00
Check aiohttp version
This commit is contained in:
parent
07049562a4
commit
6fa27c6885
@ -43,6 +43,9 @@ import gns3server.handlers
|
|||||||
import logging
|
import logging
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
if not aiohttp.__version__.startswith("1.3"):
|
||||||
|
raise RuntimeError("You need aiohttp 13 for running GNS3")
|
||||||
|
|
||||||
|
|
||||||
class WebServer:
|
class WebServer:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user