This commit is contained in:
aitzol 2022-04-26 06:54:24 +02:00
parent 7039f1373b
commit 3d7d70fd9b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Tools():
cur.execute('''UPDATE codes SET valid=? WHERE code==?''',(0, code))
con.commit()
#forms validation
#form validation
def input_validation(self, e):
regex = r'^\w+$'