Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print instead of return #6

Closed
NoahCristino opened this issue Mar 28, 2017 · 2 comments
Closed

Print instead of return #6

NoahCristino opened this issue Mar 28, 2017 · 2 comments
Labels

Comments

@NoahCristino
Copy link
Owner

I am going to fix this but @dogesum you need to make sure that you are returning the value instead of printing it. Like in this:
r = requests.get("https://web.roblox.com/UserCheck/GetRecommendedUsername?usernameToTry="+str(username))
a = r.text
print a
you should do return a instead of printing it so people can get the value rather than printing it out

@dogesum
Copy link
Contributor

dogesum commented Mar 28, 2017

Sorry about that, I always forget. I will note that and make sure.

@NoahCristino
Copy link
Owner Author

Ok i'll close the issue :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants