README: make example really work

This commit is contained in:
Benjamin Dauvergne 2014-05-16 12:13:02 +02:00
parent f3e88559b0
commit 33df5064d1
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -9,7 +9,7 @@ protocol from RFC3161.
>>> rt = rfc3161.RemoteTimestamper('http://time.certum.pl', certificate=certificate)
>>> rt.timestamp(data='John Doe')
('...', '')
>>> rt.check(tst, data='John Doe')
>>> rt.check(_, data='John Doe')
(True, '')
>>> rfc3161.get_timestamp(tst)
datetime.datetime(2014, 4, 25, 9, 34, 16)