Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Feb 8, 2024
1 parent 9005ad7 commit 55439fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"npc-io>=0.1.20",
"npc-session>=0.1.33",
]
version = "0.1.5"
version = "0.1.6"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/npc_sync/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ def line_stats(self, line, print_results=True) -> dict[str, Any] | None:
# period
try:
period = self.period(line)
except IndexError: # not enough edges
period = {}
except IndexError: # not enough edges
period = {}

avg_period = period.get("avg")
max_period = period.get("max")
Expand Down

0 comments on commit 55439fc

Please sign in to comment.