diff options
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 2 |
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 |
