Skip to content

Commit

Permalink
Changed the depricated SafeConfigParser attribute to ConfigParser
Browse files Browse the repository at this point in the history
  • Loading branch information
mute019 committed Dec 5, 2023
1 parent 0c4a9fa commit 53561ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZeekControl/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def _get_env_var_dict(self, text):

# Parse node.cfg.
def _read_nodes(self):
config = configparser.SafeConfigParser()
config = configparser.ConfigParser()
fname = self.nodecfg
try:
if not config.read(fname):
Expand Down

0 comments on commit 53561ca

Please sign in to comment.