RE: Pin Your Dtube Hashes & A Name Change! | Update #008
Thank you for your contribution. You may look at the http_build_query which helps to build the query string, because some characters need to be urlencode (and htmlspecialchars may not help).
Also, try not to use global variable such as roundRobin
as it makes your function tightly coupled and not easy to unit-tested. The pgreped
in pidKill
should be tested for validity e.g. if it is "" or None, your script may break.
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thanks for the pointers @justyy! I'll read up on http_build_query and mess with those python issues.
Thank you for your review, @justyy!
So far this week you've reviewed 1 contributions. Keep up the good work!