ect (or 2du) hace 8 años
padre
commit
b484d5985d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      app.py

+ 4 - 0
app.py

@@ -69,6 +69,10 @@ try:
 
     try:
         curs.execute("alter table user add date text default ''")
+    except:
+        pass
+
+    try:
         curs.execute("alter table rb add band text default ''")
     except:
         pass