aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-03-05 18:30:18 -0600
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-03-05 18:30:18 -0600
commit12db0db00ba41c1bc23212afc505e30f017cf520 (patch)
treeb0b3ecadabac551bd59b4085fb93fde68250d1b9 /src
parent8448214a882e951952d2e480bab5028c8a2bf855 (diff)
downloadbbj-12db0db00ba41c1bc23212afc505e30f017cf520.tar.gz
haha epic development
Diffstat (limited to 'src')
-rw-r--r--src/schema.py4
1 files changed, 2 insertions, 2 deletions
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
Un proyecto texto-plano.xyz