Removes uneccessary print

This commit is contained in:
2022-02-26 21:00:02 -05:00
parent 45b3f666e0
commit 805b4f2c5d

View File

@@ -357,7 +357,6 @@ Deny from all""")
if not skipDocker:
dockerList = database.trueSearch("SELECT * FROM docker")
for x in dockerList:
print(x)
# Will check if the container has already been stopped
id = x[6]
if x[1] == "started":