diff --git a/server.py b/server.py index 04f15e2..c961974 100644 --- a/server.py +++ b/server.py @@ -1,4 +1,5 @@ from flask import Flask +from collections.abc import Mapping PORT = 8000 MESSAGE = "Hello, world!\n"