mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-04 08:55:36 -05:00
Fix stubbed_show_server_banner function, so CLI tests pass
This commit is contained in:
parent
14dcf082cb
commit
6f9665f96b
@ -45,7 +45,7 @@ from .chat_mode import ChatModeWeb
|
|||||||
|
|
||||||
# Stub out flask's show_server_banner function, to avoiding showing warnings that
|
# Stub out flask's show_server_banner function, to avoiding showing warnings that
|
||||||
# are not applicable to OnionShare
|
# 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
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user