Skip to content

Commit

Permalink
dynamic.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Dec 18, 2023
1 parent c8bf77d commit 8f83980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamutrf/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def run_loop(options, prom_vars, wavelearner):
signal.signal(signal.SIGINT, sig_handler)
signal.signal(signal.SIGTERM, sig_handler)

handler = FlaskHandler(options, check_options, dynamic_exclude_options)
handler = FlaskHandler(options, check_options, DYNAMIC_EXCLUDE_OPTIONS)
handler.start()

while running:
Expand Down

0 comments on commit 8f83980

Please sign in to comment.