haha epic development

This commit is contained in:
Blake DeMarcy 2017-03-05 18:30:18 -06:00
parent 8448214a88
commit 12db0db00b

View File

@ -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