(20241129) Printing disabled.

This commit is contained in:
2024-11-29 10:50:33 +05:30
parent 7241bd977f
commit 4ed028e486
2 changed files with 200 additions and 1 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ async def app_startup(**kwargs):
oauth_json = script_cred["google"]["oauth"]["tcaoff"],
http_client = current_app.http_client,
redirect_url = r"https://api.thecaoffice.com/converse/mail/callback/gmail",
debug = True,
debug = enable_debugging,
debug_prefix = "GMail (M) | ",
debug_only_errors = False
)