diff --git a/Controller/mysql_connect.py b/Controller/mysql_connect.py index 2633891..e211665 100644 --- a/Controller/mysql_connect.py +++ b/Controller/mysql_connect.py @@ -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"