Added fuckey wukey meme

This commit is contained in:
Benjamyn Love 2018-08-13 19:04:42 +10:00
parent ad00608c41
commit d8d4016803

View File

@ -34,7 +34,7 @@ def updateDB(req):
for item in req: for item in req:
for value in item: for value in item:
if value == "": if value == "":
print("Null Detected Boi") print("OwO there has been a fuckey wukey :(")
return return
with sqlite3.connect('list.db') as conn: with sqlite3.connect('list.db') as conn:
c = conn.cursor() c = conn.cursor()