ect (or 2du) 8 vuotta sitten
vanhempi
sitoutus
b484d5985d
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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