aboutsummaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-09-30 13:27:25 -0700
committerMicah Lee <micah@micahflee.com>2022-09-30 13:27:25 -0700
commit6f9665f96bc9b286c781f9ab469b85887e80c11e (patch)
tree2760397cebc81e5889d79d10d12f2da9d04641f2 /cli
parent14dcf082cb19708e089640dcb7f8d90e118fd452 (diff)
downloadonionshare-6f9665f96bc9b286c781f9ab469b85887e80c11e.tar.gz
onionshare-6f9665f96bc9b286c781f9ab469b85887e80c11e.zip
Fix stubbed_show_server_banner function, so CLI tests pass
Diffstat (limited to 'cli')
-rw-r--r--cli/onionshare_cli/web/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py
index fdbed567..0e7ba6d5 100644
--- a/cli/onionshare_cli/web/web.py
+++ b/cli/onionshare_cli/web/web.py
@@ -45,7 +45,7 @@ from .chat_mode import ChatModeWeb
# Stub out flask's show_server_banner function, to avoiding showing warnings that
# are not applicable to OnionShare
-def stubbed_show_server_banner(env, debug, app_import_path, eager_loading):
+def stubbed_show_server_banner(env, debug, app_import_path=None, eager_loading=None):
pass