Skip to content

Commit

Permalink
Merge 7c7fa42 into 8e9adb5
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi authored Feb 22, 2023
2 parents 8e9adb5 + 7c7fa42 commit 3e8b0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybatfish/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __init__(

self.elapsed_delay = 5 # type: int
self.stale_timeout = 5 # type: int
self.enable_diagnostics = True # type: bool
self.enable_diagnostics = False # type: bool

# Auto-load question templates
if load_questions:
Expand Down

0 comments on commit 3e8b0d6

Please sign in to comment.