Add direct way of retrieving Headline ID .

This commit is contained in:
Sergio Martínez Portela 2021-01-18 10:33:15 +01:00
parent 2bd954e43a
commit 2ca52c339d

View File

@ -271,6 +271,10 @@ class Headline:
return "".join(contents).rstrip()
@property
def id(self):
return self.get_property("ID")
@property
def clock(self):
times = []