Skip to content

Commit

Permalink
Remove min_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybis320 committed Sep 2, 2024
1 parent 0389416 commit a04679c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RMS/ConfigReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,6 @@ def parseFireballDetection(config, parser):
if parser.has_option(section, "max_lines"):
config.max_lines = parser.getint(section, "max_lines")

if parser.has_option(section, "min_lines"):
config.max_lines = parser.getint(section, "max_lines")



Expand Down

0 comments on commit a04679c

Please sign in to comment.