Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zteeed committed Jul 31, 2019
1 parent faf6998 commit cb06a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot_discord/bot/manage/json_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def user_rootme_exists(user):

def user_json_exists(user_check):
data = read_json()
return (True in [user['name'] == user_check for user in data['team']])
return True in [user['name'] == user_check for user in data['team']]


def create_user(user):
Expand Down

0 comments on commit cb06a1b

Please sign in to comment.