From 12db0db00ba41c1bc23212afc505e30f017cf520 Mon Sep 17 00:00:00 2001 From: Blake DeMarcy Date: Sun, 5 Mar 2017 18:30:18 -0600 Subject: haha epic development --- src/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/schema.py b/src/schema.py index b0698f4..8e3ca35 100644 --- a/src/schema.py +++ b/src/schema.py @@ -32,7 +32,7 @@ def user_internal(ID, auth_hash, name, quip, bio, admin): quip = "" if not bio: - bio = "" + bio = "" return { "user_id": ID, # string @@ -49,7 +49,7 @@ def user_external(ID, name, quip, bio, admin): quip = "" if not bio: - bio = "" + bio = "" return { "user_id": ID, # string -- cgit v1.2.3