You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2021. It is now read-only.
In my case, the
api.authenticated_user_nameisNone, and it causes problem in line 121, str cannot concatenate None.After commenting the lines relted to
api.authenticated_user_name, the script ran then.