Skip to content

Commit d037cfb

Browse files
authored
typo
1 parent a5b2fef commit d037cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyGamer_Thermal_Camera/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def update_histo_frame():
121121
sum_bucket = 0 # Clear bucket for building average value
122122

123123
histo_bucket = [0, 0, 0, 0, 0, 0, 0, 0] # Clear histogram bucket
124-
for row2 in range2(7, -1, -1): # Collect camera data and calculate spectrum
124+
for row2 in range(7, -1, -1): # Collect camera data and calculate spectrum
125125
for col2 in range(0, 8):
126126
value = map_range(image[col2][row2],
127127
MIN_SENSOR_C, MAX_SENSOR_C,

0 commit comments

Comments
 (0)