Skip to content

Commit

Permalink
reminding myself what blocks are for
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jan 18, 2020
1 parent 645e090 commit 21aea94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def new_trip_id():


def new_block_id():
"""get a next block_id to start from, defaulting to 1"""
"""Get a next block_id to start from, defaulting to 1.
This is used to group sequential trips by the same vehicle."""
c = cursor()
c.execute(
"""
Expand Down

0 comments on commit 21aea94

Please sign in to comment.