The bookstore from [this collection] (https://innokodakademija.com/collection/dnXtkLPZpX25t227q) has increased their security again. After setting the variable res, an if statement checks if res is equal to the users dictionary. If it is, it sends an error. Create a query that copies users to res.
param = "your text here"
users = {
"user1": "password",
"user2": "password"
}
res = eval("search("%s")" % param)
if res == users:
res = {"Error": "No products found."}
print(res) ➞ users
x_x is prohibited.