mirror of
https://github.com/smittix/intercept.git
synced 2026-06-10 23:13:31 -07:00
Merge pull request #2 from unipheas/main
This commit is contained in:
@@ -349,4 +349,11 @@ def main() -> None:
|
||||
print("Press Ctrl+C to stop")
|
||||
print()
|
||||
|
||||
app.run(host=args.host, port=args.port, debug=args.debug, threaded=True)
|
||||
# Avoid loading a global ~/.env when running the script directly.
|
||||
app.run(
|
||||
host=args.host,
|
||||
port=args.port,
|
||||
debug=args.debug,
|
||||
threaded=True,
|
||||
load_dotenv=False,
|
||||
)
|
||||
Reference in New Issue
Block a user