Compare commits

...
2 Commits
Author SHA1 Message Date
jjripaper b6b3d1416b usando el pool de oracle 2026-04-29 14:00:35 +02:00
jjripaper d1fc2186eb cambiar las conexiones oracle a pool 2026-04-29 13:11:51 +02:00
2 changed files with 1 additions and 2 deletions
Binary file not shown.
-1
View File
@@ -50,7 +50,6 @@ def obtener_turnos(mon_id, qry):
if conn: if conn:
conn.close() conn.close()
def obtener_pie(mon_id1, mon_id2): def obtener_pie(mon_id1, mon_id2):
conn = None conn = None
try: try: