We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e0cf03 + acd0b6c commit a8b473dCopy full SHA for a8b473d
flathunter/argument_parser.py
@@ -13,7 +13,7 @@ def parse():
13
" and sends results to Telegram User"),
14
epilog="Designed by Nody"
15
)
16
- if Env.FLATHUNTER_TARGET_URLS is not None:
+ if Env.FLATHUNTER_TARGET_URLS() is not None:
17
default_config_path = None
18
else:
19
root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
0 commit comments