Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jan 8, 2021
1 parent 96b8db6 commit 03d50af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/env python

import netifaces
import os
import sh
import cec
import socket
import sqlite3
import re
import utils
Expand Down Expand Up @@ -152,7 +150,6 @@ def compile_report():
report['uptime'] = get_uptime()
report['monitor'] = get_monitor_status()
report['display_power'] = get_display_power()
report['hostname'] = socket.gethostname()
report['playlist'] = get_playlist()
report['git_hash'] = get_git_hash()
report['connectivity'] = try_connectivity()
Expand Down

0 comments on commit 03d50af

Please sign in to comment.