mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 11:05:42 +00:00
Sort tag list
This commit is contained in:
@@ -76,7 +76,7 @@ class ChangeDetectionStore:
|
|||||||
if not tag in tags:
|
if not tag in tags:
|
||||||
tags.append(tag)
|
tags.append(tag)
|
||||||
|
|
||||||
|
tags.sort()
|
||||||
return tags
|
return tags
|
||||||
|
|
||||||
def delete(self, uuid):
|
def delete(self, uuid):
|
||||||
|
|||||||
Reference in New Issue
Block a user