(20241128) Weird bug fixed.
This commit is contained in:
@@ -236,7 +236,6 @@ async def app_startup(**kwargs):
|
|||||||
oauth_json = script_cred["google"]["oauth"]["tcaoff"],
|
oauth_json = script_cred["google"]["oauth"]["tcaoff"],
|
||||||
http_client = current_app.http_client,
|
http_client = current_app.http_client,
|
||||||
redirect_url = r"https://api.thecaoffice.com/converse/mail/callback/gmail",
|
redirect_url = r"https://api.thecaoffice.com/converse/mail/callback/gmail",
|
||||||
scopes = SCOPES_GMAIL_MAIL_MANAGEMENT,
|
|
||||||
debug = True,
|
debug = True,
|
||||||
debug_prefix = "GMail (M) | ",
|
debug_prefix = "GMail (M) | ",
|
||||||
debug_only_errors = False
|
debug_only_errors = False
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
from utils_v2.system import files
|
|
||||||
import os
|
|
||||||
print("CWD:", files.get_cwd())
|
|
||||||
print("FDR:", files.get_file_directory())
|
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
from playground import cwd_test
|
|
||||||
from utils_v2.system import files
|
|
||||||
import os
|
|
||||||
print("\n\n---\n\n")
|
|
||||||
print("SUB CWD:", files.get_cwd())
|
|
||||||
print("SUB FDR:", files.get_file_directory())
|
|
||||||
print("\n\n---\n\n")
|
|
||||||
print("PARENT:", files.get_parent_directory(files.get_file_directory()[1:], depth = 6))
|
|
||||||
Reference in New Issue
Block a user