From 136bdb12cedb3f872024303b2990fded817b30d4 Mon Sep 17 00:00:00 2001 From: Nikoloz Turazashvili Date: Sun, 21 Jan 2024 11:55:16 +0400 Subject: [PATCH] added missing import --- infrastructure/server/fabric_web_interface/fabric_web_server.py | 1 + 1 file changed, 1 insertion(+) 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 ################################################## ##################################################