From f0469226a2f39944f352f9761825e8a6f5664bd4 Mon Sep 17 00:00:00 2001 From: "Diccion, Kaeren C (UG - Computer Science)" <kd00450@surrey.ac.uk> Date: Fri, 12 Mar 2021 14:15:01 +0000 Subject: [PATCH] Update movies.py --- movies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movies.py b/movies.py index 998ac57..8604441 100644 --- a/movies.py +++ b/movies.py @@ -1,4 +1,4 @@ -from services import root_dir, nice_json +#from services import root_dir, nice_json from flask import Flask from werkzeug.exceptions import NotFound import json -- GitLab