Update gain_viz/app.py
This commit is contained in:
parent
4c3d1a98b7
commit
271fa73131
|
|
@ -12,6 +12,7 @@ app = Flask(__name__)
|
||||||
|
|
||||||
# Path to save the plot image
|
# Path to save the plot image
|
||||||
#PLOT_PATH = os.path.join(os.getcwd(), "plot.png")
|
#PLOT_PATH = os.path.join(os.getcwd(), "plot.png")
|
||||||
|
os.makedirs("/opt/gain_viz", exist_ok=True)
|
||||||
PLOT_PATH = "/opt/gain_viz/plot.png"
|
PLOT_PATH = "/opt/gain_viz/plot.png"
|
||||||
|
|
||||||
# Global variables for gain values
|
# Global variables for gain values
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user