summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorRaymond Hogenson <rayhogenson@openmailbox.org>2016-09-27 23:12:49 -0400
committerRaymond Hogenson <rayhogenson@openmailbox.org>2016-09-27 23:12:49 -0400
commited0c631003b556e2e84f21bf4ebbf03891763641 (patch)
treeced193b8214d8c1bf7f1e8b4dd1d16d3c3e104d4 /constants.py
parent7dced453f7b53146a730ef77df30f152247dafe1 (diff)
parent6e265cfa5002a5667681733eae08357f2b9695e5 (diff)
downloadbridge-ed0c631003b556e2e84f21bf4ebbf03891763641.tar.zst
Merge branch 'master' of github.com:rayhogenson/bridge
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index 162b3be..e19c127 100644
--- a/constants.py
+++ b/constants.py
@@ -1,7 +1,7 @@
"""Constants that may be tweaked in the future."""
from __future__ import division, unicode_literals
-FRAME_RATE = 44
+FRAME_RATE = 10 #44
MIN_VALUE = 0
MAX_VALUE = 1
MAX_TIME = 4