May
03/27/2024, 1:34 PMvariables.get("xx", default=None)
i get <coroutine object get at 0x12ed8fe40>
? how can i get the actual content of the variable? (my variable is a dictionary: {y:1, v:2}). ThanksJake Kaplan
03/27/2024, 1:50 PMawait variables.get("...")
May
03/27/2024, 1:50 PM