aboutsummaryrefslogtreecommitdiffstats
path: root/extras/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/config.py')
-rw-r--r--extras/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/config.py b/extras/config.py
index b1b1d7d..a0c60fd 100644
--- a/extras/config.py
+++ b/extras/config.py
@@ -151,6 +151,9 @@ def hvac_enabled():
def steering_wheel_enabled():
return config.getboolean('default', 'steering-wheel-enabled', fallback=True)
+def file_playback_enabled():
+ return config.getboolean('default', 'file-playback-enabled', fallback=True)
+
if not config.has_section('vss-server'):
config.add_section('vss-server')