Skip to content

Commit

Permalink
v0.0.2 Fixed Blocking Loop
Browse files Browse the repository at this point in the history
  • Loading branch information
FlantasticDan committed Mar 8, 2021
1 parent 5cefe1b commit 14ec8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consoles/sports.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self, port: str) -> None:
self.visitor_sets = 0
self.current_set = 1

self.run()
self.runner()

def export(self) -> Dict:
'''Python Dictionary of Processed Score Data'''
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="scorebox-consoles",
version="0.0.1",
version="0.0.2",
author="Daniel Flanagan",
description="Python interface for scoreboard consoles manufactured by Daktronics and Colorado Time Systems",
long_description=long_description,
Expand Down

0 comments on commit 14ec8d0

Please sign in to comment.