changed directory

This commit is contained in:
ClF3 2024-01-22 17:21:01 +08:00
parent 486f27bf0e
commit 4ba936f536
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ def update_graph():
fill(img,i,light_green) fill(img,i,light_green)
else: else:
fill(img,i,green) fill(img,i,green)
cv2.imwrite("image.png", img) cv2.imwrite("/tmp/uptime-graph/image.png", img)