Skip to content

Commit bfc10a4

Browse files
committed
Travis fix
1 parent 98a604c commit bfc10a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyPortal_EZ_Make_Oven/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def format_time(seconds):
434434
sgraph.ymax = oven.sprofile["temp_range"][1]*1.1
435435
print("x range:", sgraph.xmin, sgraph.xmax)
436436
print("y range:", sgraph.ymin, sgraph.ymax)
437-
draw_profile(graph, oven.sprofile)
437+
draw_profile(sgraph, oven.sprofile)
438438
buttons = []
439439
button = Button(x=0, y=200, width=80, height=40,
440440
label="Start", label_font=font2)

0 commit comments

Comments
 (0)