Skip to content

Commit

Permalink
Edit OMIT list
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybis320 committed Sep 2, 2024
1 parent 1489cbe commit 0389416
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions Utils/AuditConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@
# Python 2
import ConfigParser as configparser

OMIT_FROM_CONFIG = {'lat',
'lon',
'location',
'altitude',
'event_monitor_db_name',
'force_v4l2',
'mask',
'platepar_name'
OMIT_FROM_CONFIG = {'lat', # Deprecated DFNS Station
'lon', # Deprecated DFNS Station
'location', # Deprecated DFNS Station
'altitude', # Deprecated DFNS Station
'event_monitor_db_name', # Should not be exposed
'force_v4l2', # Deprecated
'mask', # Should not be exposed
'platepar_name', # Should not be exposed
'brightness', # Deprecated
'contrast', # Deprecated
'dark_file', # Deprecated
'use_dark' # Deprecated
}


Expand Down

0 comments on commit 0389416

Please sign in to comment.