Skip to content

Commit

Permalink
Sort groups as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 13, 2023
1 parent 337f343 commit 32ebe71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1650,4 +1650,4 @@ def all_groups():
title = line[1:].strip()
result.append(title)
break
return json.dumps(result)
return json.dumps(sorted(result))

0 comments on commit 32ebe71

Please sign in to comment.