We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7f69a commit a106da2Copy full SHA for a106da2
tabpy/tabpy_server/app/app.py
@@ -67,7 +67,8 @@ class TabPyApp:
67
arrow_server = None
68
max_request_size = None
69
70
- def __init__(self, config_file):
+ def __init__(self, config_file, disable_auth_warning=True):
71
+ self.disable_auth_warning = disable_auth_warning
72
if config_file is None:
73
config_file = os.path.join(
74
os.path.dirname(__file__), os.path.pardir, "common", "default.conf"
0 commit comments