From 189ef640b20b18b1483fbc01af5e81ad9f75a4cb Mon Sep 17 00:00:00 2001 From: konradit Date: Sun, 30 Dec 2018 13:18:54 +0100 Subject: [PATCH] Fix typo --- goprocam/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goprocam/constants.py b/goprocam/constants.py index c1be4d5..fb34b80 100644 --- a/goprocam/constants.py +++ b/goprocam/constants.py @@ -435,7 +435,7 @@ class WDR: class RawPhoto: ON="1" OFF="0" - RAW_NIGHPHOTO="98" + RAW_NIGHT_PHOTO="98" class RawNightPhoto: ON="1" OFF="0"