Skip to content

Commit dcf61c7

Browse files
authored
Bug fix
1 parent 02a969d commit dcf61c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dirsearch.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import sys
2222

23-
from lib.controller.controller import Controller
2423
from lib.core.data import options
2524
from lib.core.options import parse_options
2625

@@ -37,6 +36,8 @@ def main():
3736
if input("[c]ontinue / [q]uit: ") != "c":
3837
exit(1)
3938

39+
from lib.controller.controller import Controller
40+
4041
Controller()
4142

4243

lib/core/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"quiet": False,
9797
"disable_cli": False,
9898
"output_file": None,
99+
"output_table": None,
99100
"output_formats": None,
100101
"mysql_url": None,
101102
"postgres_url": None,

0 commit comments

Comments
 (0)