(20241204) Some debugging prints removed.
This commit is contained in:
@@ -201,8 +201,6 @@ async def app_startup(**kwargs):
|
||||
)
|
||||
)
|
||||
|
||||
print("Here!")
|
||||
|
||||
# ┏┓ ┓ ┓ ┳┓
|
||||
# ┃ ┏┓┏┓┏┫ ┏┓┏┓┏┫ ┃┃┏┓╋┏┓
|
||||
# ┗┛┛ ┗ ┗┻ ┗┻┛┗┗┻ ┻┛┗┻┗┗┻
|
||||
@@ -220,9 +218,6 @@ async def app_startup(**kwargs):
|
||||
)
|
||||
current_app.script_data = response.json().get("data")
|
||||
|
||||
print("CRED:", script_cred)
|
||||
print("DATA:", current_app.script_data)
|
||||
|
||||
# ┏┓┏┓┳┳ ┏┓┏┏• •
|
||||
# ┃ ┃┃┃┃ ┣┫╋╋┓┏┓┓╋┓┏
|
||||
# ┗┛┣┛┗┛ ┛┗┛┛┗┛┗┗┗┗┫
|
||||
|
||||
Reference in New Issue
Block a user