Update gain-viz/app.py
This commit is contained in:
parent
3b4f76657c
commit
48e92a7361
|
|
@ -215,7 +215,7 @@ def get_gains():
|
||||||
})
|
})
|
||||||
|
|
||||||
# ----------------- Main -----------------
|
# ----------------- Main -----------------
|
||||||
if __name__ == '__main__':
|
def main():
|
||||||
# Ensure placeholder image exists
|
# Ensure placeholder image exists
|
||||||
if not os.path.exists(PLOT_PATH):
|
if not os.path.exists(PLOT_PATH):
|
||||||
plt.figure()
|
plt.figure()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user