Skip to content

Commit

Permalink
Cause get_first_record to download by default
Browse files Browse the repository at this point in the history
  • Loading branch information
urda committed Jul 24, 2016
1 parent d80daff commit 6288f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
- Internal Changes
- LICENSE
- Updated for 2016.
- `NistBeacon`
- `get_first_record` now defaults to downloading the first record.
- `NistBeaconCrypto`
- Now computes the `struct` and other values for the `SHA512Hash`.
- `NistBeaconValue`
Expand Down
2 changes: 1 addition & 1 deletion nistbeacon/nistbeacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def chain_check(cls, timestamp: int) -> bool:
@classmethod
def get_first_record(
cls,
download: bool=False
download: bool=True
) -> NistBeaconValue:
"""
Get the first (oldest) record available. Since the first record
Expand Down

0 comments on commit 6288f7b

Please sign in to comment.