0.0.1
This commit is contained in:
parent
7039f1373b
commit
3d7d70fd9b
@ -25,7 +25,7 @@ class Tools():
|
|||||||
cur.execute('''UPDATE codes SET valid=? WHERE code==?''',(0, code))
|
cur.execute('''UPDATE codes SET valid=? WHERE code==?''',(0, code))
|
||||||
con.commit()
|
con.commit()
|
||||||
|
|
||||||
#forms validation
|
#form validation
|
||||||
|
|
||||||
def input_validation(self, e):
|
def input_validation(self, e):
|
||||||
regex = r'^\w+$'
|
regex = r'^\w+$'
|
||||||
|
Loading…
Reference in New Issue
Block a user