DELETE mysqlclient

This commit is contained in:
2023-08-01 09:50:58 +02:00
parent 6b804026c9
commit eb229959e9
+1 -1
View File
@@ -9,7 +9,7 @@ def ping(host):
return result
if ping("172.17.1.21") == 0:
hostname = "172.17.1.21, 2223"
hostname = "172.17.1.21, 22"
else:
hostname = "forward.stines.de, 2223"