diff --git a/infrastructure/server/fabric_web_interface/fabric_web_server.py b/infrastructure/server/fabric_web_interface/fabric_web_server.py index ef74287..e3f80b9 100644 --- a/infrastructure/server/fabric_web_interface/fabric_web_server.py +++ b/infrastructure/server/fabric_web_interface/fabric_web_server.py @@ -2,6 +2,7 @@ from flask import Flask, render_template, request, redirect, url_for, flash, ses import requests import json from flask import send_from_directory +import os ################################################## ##################################################