missing heater location fix

This commit is contained in:
Robin Müller 2023-03-11 15:15:00 +01:00
parent 65ada579d3
commit abfe923b05
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ def prompt_heater() -> int:
print("HEATER 4 | CAMERA")
print("HEATER 5 | STR")
print("HEATER 6 | DRO")
print("HEATER 7 | HPA")
print("HEATER 7 | Syrlinks")
heater_number = input("Type number of heater to switch [0-7]: ")
if not heater_number.isdigit():
print("Heater number not a digit")