fix duplication
This commit is contained in:
@@ -400,11 +400,6 @@ def print_measured_values(monitored_values):
|
|||||||
output += f" {device.capitalize()} Temp: {temp:.2f}°C\n"
|
output += f" {device.capitalize()} Temp: {temp:.2f}°C\n"
|
||||||
output += "\n:: Scheduling\n "
|
output += "\n:: Scheduling\n "
|
||||||
|
|
||||||
if check_service_file_exists():
|
|
||||||
output += " Running as Service\n"
|
|
||||||
elif check_crontab_entry():
|
|
||||||
output += " Running as Cron Job\n"
|
|
||||||
|
|
||||||
if check_service_file_exists():
|
if check_service_file_exists():
|
||||||
output += " Running as Service\n"
|
output += " Running as Service\n"
|
||||||
elif check_crontab_entry():
|
elif check_crontab_entry():
|
||||||
|
|||||||
Reference in New Issue
Block a user