Skip to content

Commit 2f8e528

Browse files
Update code.py
1 parent 55623fc commit 2f8e528

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
@@ -46,7 +46,7 @@
4646
MAX_SENSOR_F = celsius_to_fahrenheit(MAX_SENSOR_C)
4747

4848
# Load default alarm and min/max range values list from config file
49-
from thermal_cam_config import *
49+
from thermal_cam_config import ALARM_F, MIN_RANGE_F, MAX_RANGE_F
5050

5151
# Convert default alarm and min/max range values from config file
5252
ALARM_C = fahrenheit_to_celsius(ALARM_F)

0 commit comments

Comments
 (0)