mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-06-05 22:09:23 +02:00
Some markdown patches
This commit is contained in:
@ -99,6 +99,9 @@ def RevSort(List):
|
||||
List.reverse()
|
||||
return List
|
||||
|
||||
def FirstRealItem(List):
|
||||
return next(e for e in List if e)
|
||||
|
||||
def GetFullDate(Date):
|
||||
if not Date:
|
||||
return None
|
||||
|
Reference in New Issue
Block a user