mirror of
https://github.com/smittix/intercept.git
synced 2026-07-18 06:18:11 -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("Press Ctrl+C to stop")
|
||||||
print()
|
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