mirror of
https://github.com/KevinMidboe/homeChecker.git
synced 2025-10-29 09:30:27 +00:00
Fixed pprint import
This commit is contained in:
@@ -5,7 +5,7 @@ from subprocess import check_output, CalledProcessError
|
||||
from time import time
|
||||
from re import findall
|
||||
from sys import argv
|
||||
import pprint
|
||||
from pprint import pprint
|
||||
|
||||
def getOnlineClients():
|
||||
try:
|
||||
@@ -79,4 +79,4 @@ if __name__ == '__main__':
|
||||
else:
|
||||
print("Add args 'add' or 'get'")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user