From d8d401680345078cb5002c750c403535005c7b0f Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 13 Aug 2018 19:04:42 +1000 Subject: [PATCH] Added fuckey wukey meme --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cbe3814..620bd90 100755 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ def updateDB(req): for item in req: for value in item: if value == "": - print("Null Detected Boi") + print("OwO there has been a fuckey wukey :(") return with sqlite3.connect('list.db') as conn: c = conn.cursor()