Fixed pprint import

This commit is contained in:
2017-02-10 16:32:58 +01:00
parent a483dc543a
commit 7037832598

View File

@@ -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'")