This commit is contained in:
2025-06-14 10:18:40 +02:00
parent 97a80599d6
commit 1c93f4fae7
8 changed files with 629 additions and 22 deletions

View File

@@ -30,7 +30,4 @@ def connect():
# no exit, we have a connection!
print("[connection.py]: Connection established")
if __name__ == "__main__":
connect()
connect()