Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Issue #39 닉네임 에러메세지를 없앴습니다.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg7173 committed Mar 1, 2016
1 parent 7d95978 commit 83a45b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nickname.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ def ManageMyNicknames(link):
found_recomm = NickRecom.query.filter(
NickRecom.username == username,
).all()

if not (found or found_recomm):
return "추천받은 닉네임 혹은 내 닉네임이 없습니다!!"


recomm = {}
recomm['nick'] = []
recomm['idx'] = []
Expand Down

0 comments on commit 83a45b7

Please sign in to comment.