mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Fix stubbed_show_server_banner function, so CLI tests pass
This commit is contained in:
parent
14dcf082cb
commit
6f9665f96b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue