Correct port displayed
This commit is contained in:
@ -60,7 +60,7 @@ def main():
|
||||
wattage = get_power(wattage)
|
||||
|
||||
start_http_server(8064)
|
||||
print("Started http server on port 8002")
|
||||
print("Started http server on port 8064")
|
||||
while True:
|
||||
wattage = get_power(wattage)
|
||||
#metrics = populate_metrics(stats, gen_metrics())
|
||||
|
Reference in New Issue
Block a user