mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-10 11:48:56 -05:00
Fix stubbed_show_server_banner function, so CLI tests pass
This commit is contained in:
parent
089963486d
commit
a5af14062d
@ -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…
x
Reference in New Issue
Block a user