From a6a163844ad707162b91b354dbb91b1004e66247 Mon Sep 17 00:00:00 2001 From: yamanq Date: Mon, 16 Apr 2018 22:52:28 -0400 Subject: [PATCH] uncomment --- SmearcarDB/server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SmearcarDB/server.py b/SmearcarDB/server.py index 6d81362..bc5a11d 100644 --- a/SmearcarDB/server.py +++ b/SmearcarDB/server.py @@ -238,5 +238,5 @@ def editors(): else: return "Bad Request" -# if __name__ == "__main__": -# app.run(host="0.0.0.0") +if __name__ == "__main__": + app.run(host="0.0.0.0")