haha epic development

pull/4/head
Blake DeMarcy 2017-03-05 18:30:18 -06:00
parent 8448214a88
commit 12db0db00b
1 changed files with 2 additions and 2 deletions

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