Merge branch 'table_lines'

This commit is contained in:
iriley 2024-05-08 15:20:51 +02:00
commit 8762363aa9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "cv-analysis-service"
version = "2.6.2"
version = "2.15.1"
description = ""
authors = ["Isaac Riley <isaac.riley@knecon.com>"]
readme = "README.md"

View File

@ -3,7 +3,7 @@ import os
import cv2
from matplotlib import pyplot as plt
if os.environ["USER"] == "isaac":
if os.environ.get("USER") == "isaac":
import matplotlib
matplotlib.use("module://matplotlib-backend-wezterm")