Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarRan committed Jun 2, 2022
1 parent bb98c22 commit b969cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def allEmotionsAre(array, var):
for item in array:
if item != var:
same = False
return same, var
return same

@app.route('/')
def index():
Expand Down

0 comments on commit b969cbd

Please sign in to comment.