Skip to content

Commit

Permalink
Update ctypes permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasuk committed Mar 30, 2017
1 parent 86aa886 commit 0c392a3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/python/pitboard/pitboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ def _update_board_race(self):

if current_time > 0.2 and self.current_lap > 0 and \
(current_time < self.display_timeout or
self.display_timeout == -1 ):
self.display_timeout == -1):
# Display the board for the first 30 seconds, or once passed
# the finish line

Expand Down
Empty file modified apps/python/pitboard/pitboardDLL/32bit/_ctypes.pyd
100644 → 100755
Empty file.
Empty file modified apps/python/pitboard/pitboardDLL/64bit/_ctypes.pyd
100644 → 100755
Empty file.

0 comments on commit 0c392a3

Please sign in to comment.