06/03 Optimize codes, fix Schwab Account error

This commit is contained in:
2026-06-03 13:19:14 -04:00
parent 722d15e893
commit e8601c59df
+1
View File
@@ -67,6 +67,7 @@ def get_auth_url():
'redirect_uri': redirect_uri,
'response_type': 'code',
'scope': 'readonly',
'state': state,
})
return f'{SCHWAB_AUTH_URL}?{params}', state