Spaces:
Sleeping
Sleeping
fredcaixeta
commited on
Commit
·
2043bee
1
Parent(s):
2bc88b5
mcp_one_player_supabase.py
CHANGED
|
@@ -43,7 +43,7 @@ class SupabaseConnection:
|
|
| 43 |
with conn.cursor() as cur:
|
| 44 |
cur.execute("SELECT current_database(), inet_server_addr(), inet_server_port();")
|
| 45 |
db, ip, port = cur.fetchone()
|
| 46 |
-
print(f"✓ Conexão OK: db={db}, ip={ip}, port={port}")
|
| 47 |
finally:
|
| 48 |
self.pool.putconn(conn)
|
| 49 |
|
|
|
|
| 43 |
with conn.cursor() as cur:
|
| 44 |
cur.execute("SELECT current_database(), inet_server_addr(), inet_server_port();")
|
| 45 |
db, ip, port = cur.fetchone()
|
| 46 |
+
#print(f"✓ Conexão OK: db={db}, ip={ip}, port={port}")
|
| 47 |
finally:
|
| 48 |
self.pool.putconn(conn)
|
| 49 |
|